mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
cleaned up zshrc
This commit is contained in:
parent
d82bcd756b
commit
c50986e61a
1 changed files with 1 additions and 8 deletions
9
zshrc
9
zshrc
|
@ -182,7 +182,7 @@ bindkey ' ' magic-space
|
||||||
bindkey -M emacs '\ee' edit-command-line
|
bindkey -M emacs '\ee' edit-command-line
|
||||||
|
|
||||||
case $TERM in
|
case $TERM in
|
||||||
xterm*)
|
screen|xterm*)
|
||||||
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
|
||||||
|
@ -212,13 +212,6 @@ case $TERM in
|
||||||
bindkey '\e[1;5D' emacs-backward-word
|
bindkey '\e[1;5D' emacs-backward-word
|
||||||
bindkey '\e[3~' delete-char
|
bindkey '\e[3~' delete-char
|
||||||
;;
|
;;
|
||||||
screen*)
|
|
||||||
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
|
|
||||||
;;
|
|
||||||
linux)
|
linux)
|
||||||
bindkey '\e[1~' beginning-of-line
|
bindkey '\e[1~' beginning-of-line
|
||||||
bindkey '\e[4~' end-of-line
|
bindkey '\e[4~' end-of-line
|
||||||
|
|
Loading…
Add table
Reference in a new issue