Merge with upstream.

This commit is contained in:
Steve Losh 2011-08-12 12:25:19 -04:00
commit 9ab8458a11
46 changed files with 2319 additions and 126 deletions

View file

@ -23,6 +23,7 @@ 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 '^?' backward-delete-char
bindkey "^[[3~" delete-char
bindkey "^[3;5~" delete-char
bindkey "\e[3~" delete-char