mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-21 19:03:11 +00:00
*process-buffer not used
This commit is contained in:
parent
615d69508a
commit
18795b10bb
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ https://asciinema.org/a/46341
|
|||
Use as plugin or copy to `site-functions` and add:
|
||||
|
||||
```zsh
|
||||
autoload hsmw-process-buffer history-search-multi-word
|
||||
autoload 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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
autoload hsmw-process-buffer history-search-multi-word
|
||||
autoload 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
|
||||
|
|
Loading…
Reference in a new issue