mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-21 19:03:11 +00:00
No description
history-search-multi-word | ||
history-search-multi-word.plugin.zsh | ||
LICENSE | ||
README.md |
Introduction
Binds Ctrl-R
to a widget that searches for multiple keywords in AND
fashion.
In other words, you can enter multiple words, and history entries that match
all of them will be found. Video:
Installation
Use as plugin or copy to site-functions
and add:
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
to zshrc
.