roosta / tmux-fuzzback

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

Feature request: tmux pop-up option #2

Closed timtyrrell closed 3 years ago

timtyrrell commented 3 years ago

Title says it all ;)

roosta commented 3 years ago

Yeah, I can set that up I think :) gimme a little while.

roosta commented 3 years ago

Now supported: tmux.conf

set -g @fuzzback-popup 1
timtyrrell commented 3 years ago

Awesome, it works, can you add a config to let me pass in my own height/width?

-p 90%,90%

roosta commented 3 years ago

sure, gimme a few minutes, got a build error after this commit for some reason.

roosta commented 3 years ago

new option available

set -g @fuzzback-popup-size "90%"
timtyrrell commented 3 years ago

Much better :)