Merge with upstream.

This commit is contained in:
Steve Losh 2011-06-03 16:25:32 -04:00
commit b17f99763d
97 changed files with 2632 additions and 128 deletions

View file

@ -1,6 +1,4 @@
# TODO: Explain what some of this does..
autoload -U compinit
compinit -i
bindkey -e
bindkey '\ew' kill-region
@ -21,3 +19,12 @@ bindkey "^[[4~" end-of-line
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
bindkey "\e[3~" delete-char
## Fix weird sequence that rxvt produces
#bindkey -s '^[[Z' '\t'
#