]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- there's no terminal mode arrows in terminfo (only application mode)
authorTomasz Pala <gotar@pld-linux.org>
Fri, 25 Nov 2005 01:41:35 +0000 (01:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zshrc -> 1.10

zshrc

diff --git a/zshrc b/zshrc
index 979770b048f910073a62df4dbacf2778bc7bd6fc..fd2d37ec0d1f79e2421b2f147d91d42fd98d4804 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -31,5 +31,7 @@ case "$TERM" in
                precmd () { print -Pn "\e]0;%n@%m: %~\a" }
                bindkey '^[[H' beginning-of-line >/dev/null 2>&1
                bindkey '^[[F' end-of-line >/dev/null 2>&1
+               bindkey '^[[A' history-beginning-search-backward >/dev/null 2>&1
+               bindkey '^[[B' history-beginning-search-forward >/dev/null 2>&1
                ;;
 esac
This page took 0.103474 seconds and 4 git commands to generate.