.inputrc: Unbind tab from menu-complete

That was annoying as shit
This commit is contained in:
Salt 2018-11-08 16:09:24 -06:00
parent c777d7f5e8
commit a430fb102d
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ set show-all-if-ambiguous on
set skip-completed-text on
## KEYBINDINGS
# Completion
"\t": menu-complete
# History searching
"\e[A": history-search-backward
"\e[B": history-search-forward