# HG changeset patch # User Dirk Olmes # Date 1377760617 -7200 # Node ID 46fb22ffffa8882cc8d0aa72471f083f962ed41a # Parent 05c566aa95106907d9eb216eb5d9eaed66909347 disable history search on key-up diff -r 05c566aa9510 -r 46fb22ffffa8 zshrc-bindkey --- 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