diff --git a/.zshrc b/.zshrc index f6667ce..743eb3f 100644 --- a/.zshrc +++ b/.zshrc @@ -347,9 +347,7 @@ bindkey "\e[5D" backward-word bindkey "\eOd" emacs-backward-word bindkey "\e\e[C" forward-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 bindkey "\eOH" beginning-of-line bindkey "\eOF" end-of-line @@ -465,3 +463,4 @@ precmd_functions=(store_last_return_value $precmd_functions) if [[ -r $HOME/.zlocal ]]; then source $HOME/.zlocal fi +