roosta / tmux-fuzzback

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

Option to bind custom key without prefix? #4

Closed kevintraver closed 3 years ago

kevintraver commented 3 years ago

Right now changing the key assumes a prefix. It would be cool if there is a second option to disable the prefix key.

roosta commented 3 years ago

Hi, I added a new option to fuzzback so that you can set a different table that the keybinding goes in.

set -g @fuzzback-table 'root'

That would be the same as bind-key -n ...

kevintraver commented 3 years ago

Awesome. Thank you!!