aboutsummaryrefslogtreecommitdiffstats
path: root/.inputrc
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-05-29 08:16:38 -0700
committerMathias Bynens <mathias@qiwi.be>2012-05-29 08:16:38 -0700
commit9d618bae3ad4aabaa9530e0b5c884dfafcf7cc1d (patch)
treef9fc5ce2063f20cebce6c153e3e86d7720b0de08 /.inputrc
parentdbf0b7ebf4fbc072fae19c6731c3f618f8ed8770 (diff)
parent6c6acfc5b7e181ee289672a4beb069793e4c749e (diff)
downloaddotfiles-9d618bae3ad4aabaa9530e0b5c884dfafcf7cc1d.tar.gz
dotfiles-9d618bae3ad4aabaa9530e0b5c884dfafcf7cc1d.tar.bz2
dotfiles-9d618bae3ad4aabaa9530e0b5c884dfafcf7cc1d.zip
Merge pull request #67 from nikolavp/patch-1
Remove one of the configs
Diffstat (limited to '.inputrc')
-rw-r--r--.inputrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.inputrc b/.inputrc
index ce7d944..adbd92f 100644
--- a/.inputrc
+++ b/.inputrc
@@ -1,9 +1,6 @@
# 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