comparison 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
comparison
equal deleted inserted replaced
38:05c566aa9510 39:46fb22ffffa8
10 # Ctrl-Left 10 # Ctrl-Left
11 bindkey '^[[1;5D' backward-word 11 bindkey '^[[1;5D' backward-word
12 12
13 # Ctrl-Right 13 # Ctrl-Right
14 bindkey '^[[1;5C' forward-word 14 bindkey '^[[1;5C' forward-word
15
16 # cursor up just goes back in history
17 bindkey '^[[A' up-history
18
19 # cursor down just goes forward in history
20 bindkey '^[[B' down-history