zsh: use tab to select match and continue completion

This commit is contained in:
Fernando Schauenburg 2023-10-08 17:10:38 +02:00
parent 13b6ede7b1
commit 2f1f3527c5

View file

@ -51,7 +51,7 @@ bindkey -M menuselect 'l' vi-forward-char
bindkey -M menuselect 'p' accept-and-hold
# Accept selected match and restart completion (allows drilling down directories).
bindkey -M menuselect '/' accept-and-infer-next-history
bindkey -M menuselect '\t' accept-and-infer-next-history
# Remove previously inserted matches.
bindkey -M menuselect 'u' undo