Enable reverse order completions
This commit is contained in:
parent
9da4d8ee71
commit
2846e7d68e
3
zshrc
3
zshrc
@ -69,6 +69,9 @@ bindkey -M vicmd 'K' run-help
|
|||||||
# Disable Ex mode with ':'
|
# Disable Ex mode with ':'
|
||||||
bindkey -rM vicmd ':'
|
bindkey -rM vicmd ':'
|
||||||
|
|
||||||
|
# Enable '<Shirt><Tab>' reverse order completions
|
||||||
|
bindkey '^[[Z' reverse-menu-complete
|
||||||
|
|
||||||
# Use editor to edit command line with '<Ctrl>V'
|
# Use editor to edit command line with '<Ctrl>V'
|
||||||
autoload -U edit-command-line
|
autoload -U edit-command-line
|
||||||
zle -N edit-command-line
|
zle -N edit-command-line
|
||||||
|
Loading…
x
Reference in New Issue
Block a user