X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/ec48932ff896ba580d9d9039d990a7cbd05eb549..31df10186987d2e3dcd633302425886625e51fb9:/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