mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 06:10:08 +00:00
fancy-ctrl-z bindkey in vi mode
This commit is contained in:
parent
6d48309cd7
commit
5fb5f34832
1 changed files with 2 additions and 0 deletions
|
@ -9,4 +9,6 @@ fancy-ctrl-z () {
|
|||
}
|
||||
zle -N fancy-ctrl-z
|
||||
bindkey '^Z' fancy-ctrl-z
|
||||
bindkey -M viins '^Z' fancy-ctrl-z
|
||||
bindkey -M vicmd '^Z' fancy-ctrl-z
|
||||
|
||||
|
|
Loading…
Reference in a new issue