1
0
Fork 0

Make the delete key work correctly, instead of outputting a ~

pull/4/head
Arthur Kalmenson 14 years ago
parent 68335ebbe9
commit 0557b99d5b

@ -22,6 +22,10 @@ bindkey ' ' magic-space # also do history expansion on space
bindkey '^[[Z' reverse-menu-complete
# Make the delete key (or Fn + Delete on the Mac) work instead of outputting a ~
bindkey "^[[3~" delete-char
bindkey "^[3;5~" delete-char
# consider emacs keybindings:
#bindkey -e ## emacs key bindings

Loading…
Cancel
Save