mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
add support for screen-bce in bindkey
This commit is contained in:
parent
7ff9468257
commit
164230164a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ bindkey ' ' magic-space
|
||||||
bindkey -M emacs '\ee' edit-command-line
|
bindkey -M emacs '\ee' edit-command-line
|
||||||
|
|
||||||
case $TERM in
|
case $TERM in
|
||||||
screen|xterm*|putty*)
|
screen*|xterm*|putty*)
|
||||||
bindkey '\e[H' beginning-of-line
|
bindkey '\e[H' beginning-of-line
|
||||||
bindkey '\e[F' end-of-line
|
bindkey '\e[F' end-of-line
|
||||||
bindkey '\eOH' beginning-of-line
|
bindkey '\eOH' beginning-of-line
|
||||||
|
|
Loading…
Add table
Reference in a new issue