Closed roosta closed 2 years ago
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.
fuzzback-fzf-bind
fuzzback-finder-bind
fuzzback-fzf-layout
fuzzback-finder-layout
Preview was introduced in https://github.com/roosta/tmux-fuzzback/pull/11, and was extended to support both finders.
Closes #5
Support multiple finders
Add support for skim fuzzy finder Introduces a new variable:
By default fuzzback will use fzf, but you can tell it to use sk using that var.
Breaking!
fuzzback-fzf-bind
has been renamed tofuzzback-finder-bind
fuzzback-fzf-layout
has been renamed tofuzzback-finder-layout
Additionally
Preview was introduced in https://github.com/roosta/tmux-fuzzback/pull/11, and was extended to support both finders.
Issues
Closes #5