Merge pull request #55 from atdt/patch-1

.inputrc: Remove duplicate `show-all-if-ambiguous` setting
This commit is contained in:
Mathias Bynens
2012-04-25 02:16:11 -07:00
-3
View File
@@ -21,9 +21,6 @@ set match-hidden-files off
# Show all autocomplete results at once
set page-completions off
# Immediately show all possible completions
set show-all-if-ambiguous on
# If there are more than 200 possible completions for a word, ask to show them all
set completion-query-items 200