cleaned up zshrc

This commit is contained in:
dave 2008-12-16 09:11:43 -06:00
parent d82bcd756b
commit c50986e61a

9
zshrc
View file

@ -182,7 +182,7 @@ bindkey ' ' magic-space
bindkey -M emacs '\ee' edit-command-line
case $TERM in
xterm*)
screen|xterm*)
bindkey '\e[H' beginning-of-line
bindkey '\e[F' end-of-line
bindkey '\eOH' beginning-of-line
@ -212,13 +212,6 @@ case $TERM in
bindkey '\e[1;5D' emacs-backward-word
bindkey '\e[3~' delete-char
;;
screen*)
bindkey '\e[1~' beginning-of-line
bindkey '\e[4~' end-of-line
bindkey '\e[1;5C' emacs-forward-word
bindkey '\e[1;5D' emacs-backward-word
bindkey '\e[3~' delete-char
;;
linux)
bindkey '\e[1~' beginning-of-line
bindkey '\e[4~' end-of-line