Переглянути джерело

Add a basic configuration (inoutrc) for readline based apps

Emmanuel Bouthenot 12 роки тому
батько
коміт
5b2c786b84
1 змінених файлів з 12 додано та 0 видалено
  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
+