zsh: explicit del keybind
This commit is contained in:
parent
08899c5389
commit
3616100be8
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue