mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
this should be it
This commit is contained in:
parent
6257650323
commit
f5b75d0a39
1 changed files with 4 additions and 0 deletions
4
zshrc
4
zshrc
|
@ -203,6 +203,10 @@ case $TERM in
|
|||
bindkey '\e[d' emacs-backward-word
|
||||
;;
|
||||
mlterm|kterm)
|
||||
bindkey '\e[H' beginning-of-line
|
||||
bindkey '\e[F' end-of-line
|
||||
bindkey '\e[1~' beginning-of-line
|
||||
bindkey '\e[4~' end-of-line
|
||||
bindkey '\e[1;5C' emacs-forward-word
|
||||
bindkey '\e[1;5D' emacs-backward-word
|
||||
bindkey '\e[3~' delete-char
|
||||
|
|
Loading…
Add table
Reference in a new issue