# HG changeset patch # User Oleksandr Gavenko # Date 1441391929 -10800 # Node ID 89208f64214c56cd18828a860698f4dfa5fdaa22 # Parent ae1a14ee2b1f220611e8c14eecc9fc9712987473 history-beginning-search-backward diff -r ae1a14ee2b1f -r 89208f64214c .zshrc --- a/.zshrc Mon Aug 17 19:22:25 2015 +0300 +++ b/.zshrc Fri Sep 04 21:38:49 2015 +0300 @@ -53,8 +53,11 @@ # Emacs like editing. bindkey -e -bindkey "^[[A" history-search-backward -bindkey "^[[B" history-search-forward +bindkey '^[[A' history-beginning-search-backward +bindkey '^[[B' history-beginning-search-forward + +# bindkey "^[[A" history-search-backward +# bindkey "^[[B" history-search-forward autoload -U zutil