X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/fa25023586cb94a1abf4fd3ff95ebe7c3c8ead09..62cd2be5faf5d6523656b4245d1790c99fb5af9f:/zsh/modules/editor.zsh?ds=sidebyside diff --git a/zsh/modules/editor.zsh b/zsh/modules/editor.zsh index 8bc4dae..9f0da4b 100644 --- a/zsh/modules/editor.zsh +++ b/zsh/modules/editor.zsh @@ -131,9 +131,11 @@ bindkey -M vicmd "u" undo bindkey -M vicmd "$key_info[Control]R" redo if (( $+widgets[history-incremental-pattern-search-backward] )); then + bindkey '^R' history-incremental-pattern-search-backward bindkey -M vicmd "?" history-incremental-pattern-search-backward bindkey -M vicmd "/" history-incremental-pattern-search-forward else + bindkey '^R' history-incremental-search-backward bindkey -M vicmd "?" history-incremental-search-backward bindkey -M vicmd "/" history-incremental-search-forward fi