]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
inputrc: Always tab complete all items.
authorSimon Ruderich <simon@ruderich.org>
Sun, 26 Dec 2010 20:29:43 +0000 (21:29 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 26 Dec 2010 20:29:43 +0000 (21:29 +0100)
No matter how many there are.

inputrc

diff --git a/inputrc b/inputrc
index fbb452f7a9a15f7e8f31d2081e5a43c0b3ce95b4..ab48ee6e6b84d763517a82719f501c3ef00c7be9 100644 (file)
--- a/inputrc
+++ b/inputrc
@@ -5,6 +5,11 @@
 set show-all-if-ambiguous on
 set show-all-if-unmodified on
 
+# Always complete all items no matter how many there are.
+set completion-query-items -1
+# And make sure we use a pager for completions (this is also the default).
+set page-completions on
+
 # Activate Vi editing mode.
 set editing-mode vi