1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-11 00:10:08 +00:00

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

This commit is contained in:
wallace11 2020-02-27 00:59:59 +09:00 committed by GitHub
parent 1a880fdb9b
commit 01bfb57446
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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