author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Fri, 04 Sep 2015 21:38:49 +0300 | |
changeset 749 | 89208f64214c |
parent 748 | ae1a14ee2b1f |
child 750 | 58e68b82bf46 |
--- 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