Useful competition settings.
--- a/.inputrc Sat Apr 03 10:52:19 2010 +0300
+++ b/.inputrc Sat Apr 03 10:54:31 2010 +0300
@@ -17,9 +17,21 @@
# meta-prefixed characters.
set output-meta on
+# Ignore case (on/off).
+set completion-ignore-case on
+
+set completion-query-items 100
+
# First tab suggests ambiguous variants.
set show-all-if-ambiguous on
+# If set to 'on', completed directory names have a slash appended. The default is 'on'.
+set mark-directories on
+
+# If set to 'on', a character denoting a file's type is appended to the
+# filename when listing possible completions. The default is 'off'.
+set visible-stats on
+
# 'quoted-insert' binded to C-q or C-v by default, but C-q usually not worked
# because it handled by terminal driver before readline.
C-v: quoted-insert