roosta / tmux-fuzzback

Search your tmux scrollback buffer using fuzzy matching
Other
140 stars 5 forks source link

Feat/skim - Support multiple finders #12

Closed roosta closed 2 years ago

roosta commented 2 years ago

Support multiple finders

Add support for skim fuzzy finder Introduces a new variable:

set -g @fuzzback-finder 'sk'

By default fuzzback will use fzf, but you can tell it to use sk using that var.

Breaking!

Additionally

Preview was introduced in https://github.com/roosta/tmux-fuzzback/pull/11, and was extended to support both finders.

Issues

Closes #5