Enable history search.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 27 Oct 2011 04:05:40 +0300
changeset 243 843cc9d49dc2
parent 241 e1e0eeee8d51
child 244 64924a7c3689
Enable history search.
.zshrc
--- a/.zshrc	Wed Oct 26 02:59:36 2011 +0300
+++ b/.zshrc	Thu Oct 27 04:05:40 2011 +0300
@@ -28,3 +28,6 @@
 # Emacs like editing.
 bindkey -e
 
+bindkey "^[[A" history-search-backward
+bindkey "^[[B" history-search-forward
+