X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fpercol%2FREADME.md;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fpercol%2FREADME.md;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=78c881f550a91fd318dbfa775c6570efa77cb66a;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/percol/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/percol/README.md deleted file mode 100644 index 78c881f..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/plugins/percol/README.md +++ /dev/null @@ -1,23 +0,0 @@ -# percol - -Provides some useful function to make [percol](https://github.com/mooz/percol) work with zsh history and -the [jump plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jump), optionally. - -To use it, add `percol` to the plugins array in your zshrc: - -```zsh -plugins=(... percol) -``` - -## Requirements - -- `percol`: install with `pip install percol`. - -- (_Optional_) [`jump`](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jump) plugin: needs to be - enabled before the `percol` plugin. - -## Usage - -- CTRL-R (bound to `percol_select_history`): you can use it to grep your history with percol. - -- CTRL-B (bound to `percol_select_marks`): you can use it to grep your jump bookmarks with percol.