From 0e1c316b32f2ae348af71f79166c76d7c531bca2 Mon Sep 17 00:00:00 2001 From: GeorgeSG Date: Wed, 1 Oct 2014 14:44:17 +0300 Subject: [PATCH] Add keys for history search --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 5dece3b..82297d6 100644 --- a/.zshrc +++ b/.zshrc @@ -5,6 +5,9 @@ source ~/.zsh/git-prompt/zshrc.sh bindkey -v +bindkey '^r' history-incremental-search-backward +bindkey '^R' history-incremental-pattern-search-backward +# #so as not to be disturbed by Ctrl-S ctrl-Q in terminals: stty -ixon