brokenricefilms / tmux-fzf-session-switch

Easy ways to switch between tons of tmux sessions
https://brokenricefilms.pages.dev
GNU General Public License v3.0
45 stars 6 forks source link

Make window dimensions configurable #7

Closed erikw closed 1 year ago

erikw commented 1 year ago

New options that can be used in tmux.conf are:

set -g @fzf-goto-win-width 70
set -g @fzf-goto-win-height 20

I tested this out and it works.

Fixes #6