this should be it

This commit is contained in:
dave 2008-12-13 13:29:03 -06:00
parent 6257650323
commit f5b75d0a39

4
zshrc
View file

@ -203,6 +203,10 @@ case $TERM in
bindkey '\e[d' emacs-backward-word
;;
mlterm|kterm)
bindkey '\e[H' beginning-of-line
bindkey '\e[F' end-of-line
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