Quellcode durchsuchen

Add a basic configuration (inoutrc) for readline based apps

Emmanuel Bouthenot vor 12 Jahren
Ursprung
Commit
5b2c786b84
1 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen
  1. 12 0
      .inputrc

+ 12 - 0
.inputrc

@@ -0,0 +1,12 @@
+#
+# Readline configuration file (~/.inputrc)
+# 2012, kolter <kolter@openics.org>
+#
+#  This file is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY
+#
+
+set show-all-if-ambiguous on
+set completion-ignore-case on
+set completion-map-case on
+