zsh: explicit del keybind

This commit is contained in:
Erin 2023-09-16 10:41:23 -04:00
parent 08899c5389
commit 3616100be8

View file

@ -10,3 +10,6 @@ fancy-ctrl-z () {
}
zle -N fancy-ctrl-z
bindkey '^Z' fancy-ctrl-z
# make delete key work; this gets fucked with by badly-behaved distros sometimes
bindkey "\e[3~" delete-char