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:
parent
1a880fdb9b
commit
01bfb57446
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue