Browse Source

Fix delete key

merge-requests/1/merge
lhark 10 years ago
parent
commit
e3125d4178
  1. 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…
Cancel
Save