my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
737 B

3 years ago
  1. # percol
  2. Provides some useful function to make [percol](https://github.com/mooz/percol) work with zsh history and
  3. the [jump plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jump), optionally.
  4. To use it, add `percol` to the plugins array in your zshrc:
  5. ```zsh
  6. plugins=(... percol)
  7. ```
  8. ## Requirements
  9. - `percol`: install with `pip install percol`.
  10. - (_Optional_) [`jump`](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jump) plugin: needs to be
  11. enabled before the `percol` plugin.
  12. ## Usage
  13. - <kbd>CTRL-R</kbd> (bound to `percol_select_history`): you can use it to grep your history with percol.
  14. - <kbd>CTRL-B</kbd> (bound to `percol_select_marks`): you can use it to grep your jump bookmarks with percol.