diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-05-29 08:16:38 -0700 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-05-29 08:16:38 -0700 |
commit | 9d618bae3ad4aabaa9530e0b5c884dfafcf7cc1d (patch) | |
tree | f9fc5ce2063f20cebce6c153e3e86d7720b0de08 | |
parent | dbf0b7ebf4fbc072fae19c6731c3f618f8ed8770 (diff) | |
parent | 6c6acfc5b7e181ee289672a4beb069793e4c749e (diff) | |
download | dotfiles-9d618bae3ad4aabaa9530e0b5c884dfafcf7cc1d.tar.gz dotfiles-9d618bae3ad4aabaa9530e0b5c884dfafcf7cc1d.tar.bz2 dotfiles-9d618bae3ad4aabaa9530e0b5c884dfafcf7cc1d.zip |
Merge pull request #67 from nikolavp/patch-1
Remove one of the configs
-rw-r--r-- | .inputrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |