Usage information on top of history-search-multi-word

This commit is contained in:
Sebastian Gniazdowski 2016-05-25 09:04:36 +02:00
parent 6eb26e7a88
commit 22271dd86e

View file

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