zsh: explicit del keybind
This commit is contained in:
parent
08899c5389
commit
3616100be8
|
@ -10,3 +10,6 @@ fancy-ctrl-z () {
|
||||||
}
|
}
|
||||||
zle -N fancy-ctrl-z
|
zle -N fancy-ctrl-z
|
||||||
bindkey '^Z' 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
|
||||||
|
|
Loading…
Reference in a new issue