From: Simon Ruderich Date: Sun, 26 Dec 2010 20:29:43 +0000 (+0100) Subject: inputrc: Always tab complete all items. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=7ff47f8d37cdf3c51ad9b345ef1b58f9173e34eb;p=config%2Fdotfiles.git inputrc: Always tab complete all items. No matter how many there are. --- 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