mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-22 03:13:09 +00:00
Usage information on top of history-search-multi-word
This commit is contained in:
parent
6eb26e7a88
commit
22271dd86e
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
|||
# To use (when not using as plugin) copy to site-functions and issue
|
||||
# (add to ~/.zshrc):
|
||||
#
|
||||
# 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
|
||||
#
|
||||
# This will bind to Ctrl-R
|
||||
|
||||
emulate -LR zsh
|
||||
setopt typesetsilent extendedglob noshortloops
|
||||
|
||||
|
|
Loading…
Reference in a new issue