mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-21 19:03:11 +00:00
Updated README.md
This commit is contained in:
parent
4d032000b6
commit
615d69508a
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -7,3 +7,16 @@ all of them will be found. Video:
|
|||
https://asciinema.org/a/46341
|
||||
|
||||
[![asciicast](https://asciinema.org/a/46341.png)](https://asciinema.org/a/46341)
|
||||
|
||||
## Installation
|
||||
|
||||
Use as plugin or copy to `site-functions` and add:
|
||||
|
||||
```zsh
|
||||
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
|
||||
```
|
||||
|
||||
to `zshrc`.
|
||||
|
|
Loading…
Reference in a new issue