about summary refs log tree commit diff
path: root/programs/zsh/postcomp.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'programs/zsh/postcomp.zshrc')
-rw-r--r--programs/zsh/postcomp.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/programs/zsh/postcomp.zshrc b/programs/zsh/postcomp.zshrc
index 178240f..e6f50b4 100644
--- a/programs/zsh/postcomp.zshrc
+++ b/programs/zsh/postcomp.zshrc
@@ -7,6 +7,7 @@ bindkey -M menuselect 'h' vi-backward-char
 bindkey -M menuselect 'k' vi-up-line-or-history
 bindkey -M menuselect 'l' vi-forward-char
 bindkey -M menuselect 'j' vi-down-line-or-history
+bindkey '^R' history-incremental-search-backward
 bindkey -v '^?' backward-delete-char
 
 # Change cursor shape for different vi modes.