X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/fa25023586cb94a1abf4fd3ff95ebe7c3c8ead09..f9f05d0ffbf5a6972c528fff044b5e107a856262:/zsh/modules/editor.zsh 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