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