Updated README.md

This commit is contained in:
Sebastian Gniazdowski 2016-05-22 09:07:34 +02:00
parent 4d032000b6
commit 615d69508a

View file

@ -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`.