diff --git a/zshrc b/zshrc index f99f15e..1ed03b0 100644 --- a/zshrc +++ b/zshrc @@ -69,6 +69,9 @@ bindkey -M vicmd 'K' run-help # Disable Ex mode with ':' bindkey -rM vicmd ':' +# Enable '' reverse order completions +bindkey '^[[Z' reverse-menu-complete + # Use editor to edit command line with 'V' autoload -U edit-command-line zle -N edit-command-line