Mercurial > hg > zsh-env
changeset 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 | 05c566aa9510 |
children | ddcdea95e130 37fb3d013086 |
files | zshrc-bindkey |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
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