Enable reverse order completions

This commit is contained in:
Kenneth Benzie 2018-01-02 13:30:21 +00:00
parent 479d59f0d0
commit 657276af6d

3
zshrc
View File

@ -69,6 +69,9 @@ bindkey -M vicmd 'K' run-help
# Disable Ex mode with ':'
bindkey -rM vicmd ':'
# Enable '<Shirt><Tab>' reverse order completions
bindkey '^[[Z' reverse-menu-complete
# Use editor to edit command line with '<Ctrl>V'
autoload -U edit-command-line
zle -N edit-command-line