1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-04 20:37:37 +08:00
This commit is contained in:
P4Cu 2026-03-27 18:11:31 +00:00 committed by GitHub
commit c8e3b3cba3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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