updated zshrc for screen on rxvt on mac

This commit is contained in:
David Alexander Majnemer 2008-12-16 16:47:28 -06:00
parent d82bcd756b
commit 6ebac42821

2
zshrc
View file

@ -215,6 +215,8 @@ case $TERM in
screen*)
bindkey '\e[1~' beginning-of-line
bindkey '\e[4~' end-of-line
bindkey '\eOc' emacs-forward-word
bindkey '\eOd' emacs-backward-word
bindkey '\e[1;5C' emacs-forward-word
bindkey '\e[1;5D' emacs-backward-word
bindkey '\e[3~' delete-char