cleanup
This commit is contained in:
parent
d3a36b992b
commit
e7792a46fd
5
.zshrc
5
.zshrc
@ -347,9 +347,7 @@ bindkey "\e[5D" backward-word
|
|||||||
bindkey "\eOd" emacs-backward-word
|
bindkey "\eOd" emacs-backward-word
|
||||||
bindkey "\e\e[C" forward-word
|
bindkey "\e\e[C" forward-word
|
||||||
bindkey "\e\e[D" backward-word
|
bindkey "\e\e[D" backward-word
|
||||||
# for rxvt
|
|
||||||
bindkey "\e[8~" end-of-line
|
|
||||||
bindkey "\e[7~" beginning-of-line
|
|
||||||
# for non RH/Debian xterm, can't hurt for RH/Debian xterm
|
# for non RH/Debian xterm, can't hurt for RH/Debian xterm
|
||||||
bindkey "\eOH" beginning-of-line
|
bindkey "\eOH" beginning-of-line
|
||||||
bindkey "\eOF" end-of-line
|
bindkey "\eOF" end-of-line
|
||||||
@ -465,3 +463,4 @@ precmd_functions=(store_last_return_value $precmd_functions)
|
|||||||
if [[ -r $HOME/.zlocal ]]; then
|
if [[ -r $HOME/.zlocal ]]; then
|
||||||
source $HOME/.zlocal
|
source $HOME/.zlocal
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user