mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
aterm support
This commit is contained in:
parent
f5b75d0a39
commit
eed0912f66
1 changed files with 2 additions and 2 deletions
4
zshrc
4
zshrc
|
@ -77,7 +77,7 @@ function fix_term
|
||||||
rxvt|xterm*|kterm)
|
rxvt|xterm*|kterm)
|
||||||
( ( infocmp $1 &> /dev/null ) && echo $1 ) || fix_term xterm
|
( ( infocmp $1 &> /dev/null ) && echo $1 ) || fix_term xterm
|
||||||
;;
|
;;
|
||||||
rxvt*|Eterm)
|
rxvt*|Eterm|aterm)
|
||||||
( ( infocmp $1 &> /dev/null ) && echo $1 ) || fix_term rxvt
|
( ( infocmp $1 &> /dev/null ) && echo $1 ) || fix_term rxvt
|
||||||
;;
|
;;
|
||||||
mlterm)
|
mlterm)
|
||||||
|
@ -223,7 +223,7 @@ case $TERM in
|
||||||
bindkey '\e[4~' end-of-line
|
bindkey '\e[4~' end-of-line
|
||||||
bindkey '\e[3~' delete-char
|
bindkey '\e[3~' delete-char
|
||||||
;;
|
;;
|
||||||
rxvt*|Eterm)
|
rxvt*|Eterm|aterm)
|
||||||
bindkey '\e[c' emacs-forward-word
|
bindkey '\e[c' emacs-forward-word
|
||||||
bindkey '\e[d' emacs-backward-word
|
bindkey '\e[d' emacs-backward-word
|
||||||
bindkey '\eOc' emacs-forward-word
|
bindkey '\eOc' emacs-forward-word
|
||||||
|
|
Loading…
Add table
Reference in a new issue