mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
better vt100 support
This commit is contained in:
parent
b183e990b1
commit
becb818b68
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ case $TERM in
|
|||
bindkey '\e[1~' beginning-of-line
|
||||
bindkey '\e[4~' end-of-line
|
||||
bindkey '\e[3~' delete-char
|
||||
bindkey '\eOC' emacs-forward-word
|
||||
bindkey '\eOD' emacs-backward-word
|
||||
;;
|
||||
*rxvt*|Eterm|aterm)
|
||||
bindkey '\e[c' emacs-forward-word
|
||||
|
|
Loading…
Add table
Reference in a new issue