add support for screen-bce in bindkey

This commit is contained in:
David Alexander Majnemer 2010-04-17 17:00:06 -05:00
parent 7ff9468257
commit 164230164a

View file

@ -7,7 +7,7 @@ bindkey ' ' magic-space
bindkey -M emacs '\ee' edit-command-line
case $TERM in
screen|xterm*|putty*)
screen*|xterm*|putty*)
bindkey '\e[H' beginning-of-line
bindkey '\e[F' end-of-line
bindkey '\eOH' beginning-of-line