mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-22 11:23:16 +00:00
5 lines
196 B
Bash
5 lines
196 B
Bash
|
autoload hsmw-process-buffer history-search-multi-word
|
||
|
zle -N history-search-multi-word
|
||
|
zle -N history-search-multi-word-backwards history-search-multi-word
|
||
|
bindkey "^R" history-search-multi-word
|