Browse Source

Add a basic configuration (inoutrc) for readline based apps

Emmanuel Bouthenot 12 years ago
parent
commit
5b2c786b84
1 changed files with 12 additions and 0 deletions
  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
+