Fix delete key

This commit is contained in:
lhark 2015-10-22 11:58:49 +02:00
parent afcc323f98
commit e3125d4178

2
zshrc
View file

@ -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.