Replace common prefix with ...
--- a/.inputrc Sun Aug 14 16:08:05 2011 +0300
+++ b/.inputrc Sun Aug 14 16:48:54 2011 +0300
@@ -29,6 +29,9 @@
# First tab suggests ambiguous variants.
set show-all-if-ambiguous on
+# Replace common prefix with ...
+set completion-prefix-display-length 1
+
# If set to 'on', completed directory names have a slash appended. The default is 'on'.
set mark-directories on
set mark-symlinked-directories on
@@ -84,6 +87,8 @@
"\e[B": history-search-forward
"\C-n": history-search-forward
+# " ": menu-complete
+
# Local Variables:
# mode: shell-script
# fill-column: 78