Mercurial > hg > zsh-env
diff zshrc-bindkey @ 39:46fb22ffffa8
disable history search on key-up
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 29 Aug 2013 09:16:57 +0200 |
parents | 2e9ab483d4bd |
children |
line wrap: on
line diff
--- a/zshrc-bindkey Fri Jul 12 05:57:00 2013 +0200 +++ b/zshrc-bindkey Thu Aug 29 09:16:57 2013 +0200 @@ -12,3 +12,9 @@ # Ctrl-Right bindkey '^[[1;5C' forward-word + +# cursor up just goes back in history +bindkey '^[[A' up-history + +# cursor down just goes forward in history +bindkey '^[[B' down-history