From 7ff47f8d37cdf3c51ad9b345ef1b58f9173e34eb Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 26 Dec 2010 21:29:43 +0100 Subject: [PATCH] inputrc: Always tab complete all items. No matter how many there are. --- inputrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inputrc b/inputrc index fbb452f..ab48ee6 100644 --- 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 -- 2.44.1