Fix delete key
This commit is contained in:
parent
afcc323f98
commit
e3125d4178
1 changed files with 2 additions and 0 deletions
2
zshrc
2
zshrc
|
@ -369,6 +369,8 @@ bindkey "^[[4~" end-of-line
|
|||
# Origine / Fin
|
||||
bindkey "^[OH" beginning-of-line
|
||||
bindkey "^[OF" end-of-line
|
||||
# Delete
|
||||
bindkey "[3~" delete-char
|
||||
|
||||
# Finally, make sure the terminal is in application mode, when zle is
|
||||
# active. Only then are the values from $terminfo valid.
|
||||
|
|
Loading…
Reference in a new issue