From 7bd82d6616bc3f1a707d40e9aaef02ad4b5b8b36 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 7 Jun 2007 14:52:23 +0200 Subject: [PATCH] /etc/zsh/zshrc: use \e instead of the escape-sequence --- debian/changelog | 7 +++++++ etc/zsh/zshrc | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7995931..8f29c65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-etc-core (0.3.10) unstable; urgency=low + + * /etc/zsh/zshrc: use \e instead of the escape-sequence. + Thanks ft! + + -- Michael Prokop Thu, 07 Jun 2007 14:51:38 +0200 + grml-etc-core (0.3.9) unstable; urgency=low * /etc/zsh/zshrc: diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index e535076..1c4fd3c 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -202,8 +202,8 @@ fi #if [[ "$TERM" == screen ]]; then bindkey '\e[1~' beginning-of-line # home bindkey '\e[4~' end-of-line # end - bindkey "^[[A" up-line-or-search # cursor up - bindkey "^[[B" down-line-or-search # - + bindkey '\e[A' up-line-or-search # cursor up + bindkey '\e[B' down-line-or-search # - bindkey '^x' history-beginning-search-backward # alternative ways of searching the shell history # bindkey -s '^L' "|less\n" # ctrl-L pipes to less # bindkey -s '^B' " &\n" # ctrl-B runs it in the background -- 2.1.4