add keybind for delete key

This commit is contained in:
Benedikt Müller 2011-04-20 20:58:34 +02:00
commit ed64585f51

View file

@ -19,6 +19,7 @@ bindkey "^[[1~" beginning-of-line
bindkey "^[[F" end-of-line bindkey "^[[F" end-of-line
bindkey "^[[4~" end-of-line bindkey "^[[4~" end-of-line
bindkey ' ' magic-space # also do history expansion on space bindkey ' ' magic-space # also do history expansion on space
bindkey "^[[3~" delete-char
bindkey '^[[Z' reverse-menu-complete bindkey '^[[Z' reverse-menu-complete