This commit is contained in:
Paweł Płazieński 2015-12-17 17:31:55 +01:00
parent d3a36b992b
commit e7792a46fd

5
.zshrc
View File

@ -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