bash: scroll through autocomplete with Tab

This commit is contained in:
2015-12-09 17:15:17 +01:00
parent 7d8bd59634
commit 514e4ea936

View File

@@ -20,6 +20,9 @@ shopt -s checkwinsize
# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
bind 'set show-all-if-ambiguous on'
bind 'TAB:menu-complete'
##
## prompt games
##