From e7792a46fd3025ccfdab627e2f5c7bdd10eb3144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Thu, 17 Dec 2015 17:31:55 +0100 Subject: [PATCH] cleanup --- .zshrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 +