aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.inputrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.inputrc b/.inputrc
index 7ca82b8..7019070 100644
--- a/.inputrc
+++ b/.inputrc
@@ -1,6 +1,9 @@
# Make Tab autocomplete regardless of filename case
set completion-ignore-case on
+# Don’t prompt unless there are over 500 possible completions
+set completion-query-items 500
+
# List all matches in case multiple possible completions are possible
set show-all-if-ambiguous on