From 164230164a690a57a8b8a72af1510f54795aa408 Mon Sep 17 00:00:00 2001 From: David Alexander Majnemer Date: Sat, 17 Apr 2010 17:00:06 -0500 Subject: [PATCH] add support for screen-bce in bindkey --- zsh/bindkey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/bindkey b/zsh/bindkey index 6b53f94..83eeb24 100755 --- a/zsh/bindkey +++ b/zsh/bindkey @@ -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