fixed home/end on broken xterms

This commit is contained in:
David Alexander Majnemer 2008-11-21 20:40:35 -06:00
parent 909195fd29
commit 4221492d0a

2
zshrc
View file

@ -129,6 +129,8 @@ case $TERM in
bindkey '^[OF' end-of-line
bindkey '^[[1~' beginning-of-line
bindkey '^[[4~' end-of-line
bindkey '^[[7~' beginning-of-line
bindkey '^[[8~' end-of-line
bindkey '^[[3~' delete-char
bindkey '^[[1;5C' emacs-forward-word
bindkey '^[[1;5D' emacs-backward-word