Skip to content

Commit 1642301

Browse files
committed
add support for screen-bce in bindkey
1 parent 7ff9468 commit 1642301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zsh/bindkey

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ bindkey ' ' magic-space
77
bindkey -M emacs '\ee' edit-command-line
88

99
case $TERM in
10-
screen|xterm*|putty*)
10+
screen*|xterm*|putty*)
1111
bindkey '\e[H' beginning-of-line
1212
bindkey '\e[F' end-of-line
1313
bindkey '\eOH' beginning-of-line

0 commit comments

Comments
 (0)