Эх сурвалжийг харах

Add a basic configuration (inoutrc) for readline based apps

Emmanuel Bouthenot 12 жил өмнө
parent
commit
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
+