This commit is contained in:
P4Cu 2026-05-28 18:51:00 +02:00 committed by GitHub
commit 79eb4c8511
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