omerxx / tmux-sessionx

A Tmux session manager, with preview, fuzzy finding, and MORE
GNU General Public License v3.0
556 stars 51 forks source link

Option to disable preview mode entirely #39

Closed Murderlon closed 4 months ago

Murderlon commented 5 months ago

I really like this plugin but I don't need the preview as it's just distracting. Can we get an option to disable it?

Murderlon commented 5 months ago

Update: set -g @sessionx-preview-ratio '0%' does work but perhaps an explicit option is still nice, ideally where we don't even run the script instead of just hiding it.

omerxx commented 5 months ago

@Murderlon Nice solution! Should be relatively easy to implement