This commit is contained in:
GitHub Merge Button 2012-02-23 12:35:20 -08:00
commit 3b7f598e36

View file

@ -19,6 +19,7 @@ bindkey "^[[F" end-of-line
bindkey "^[[4~" end-of-line bindkey "^[[4~" end-of-line
bindkey "^[OF" end-of-line bindkey "^[OF" 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 "^[[1;5C" forward-word bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word bindkey "^[[1;5D" backward-word