zsh: use tab to select match and continue completion
This commit is contained in:
parent
13b6ede7b1
commit
2f1f3527c5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ bindkey -M menuselect 'l' vi-forward-char
|
||||||
bindkey -M menuselect 'p' accept-and-hold
|
bindkey -M menuselect 'p' accept-and-hold
|
||||||
|
|
||||||
# Accept selected match and restart completion (allows drilling down directories).
|
# 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.
|
# Remove previously inserted matches.
|
||||||
bindkey -M menuselect 'u' undo
|
bindkey -M menuselect 'u' undo
|
||||||
|
|
Loading…
Add table
Reference in a new issue