Unverified Commit 01bfb574 authored by wallace11's avatar wallace11 Committed by GitHub
Browse files

zsh-interactive-cd: add vi-mode support (#8681)

parent 1a880fdb
......@@ -144,4 +144,5 @@ zic-completion() {
}
zle -N zic-completion
bindkey '^I' zic-completion
bindkey -M emacs '^I' zic-completion
bindkey -M viins '^I' zic-completion
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment