omerxx / tmux-sessionx

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

Retrieve `base-pane-index` from options rather than assuming 0 #2

Closed dhoizner closed 7 months ago

dhoizner commented 7 months ago

The window view was breaking for me when setting panes to start indexing from 1, this pull retrieves the value from the tmux options in order to avoid that 😄 .

nicocossiom commented 7 months ago

I just saw your video and had issues with this, so I had to stick with tmux-fzf. Was wondering the reason why it wasn't working like in your video. Hopefully this fixes it. Thank you, I really like this plugin!

omerxx commented 7 months ago

Thanks @dhoizner ! You're right, I fixed it before noticing your PR. I'll close but feel free to reopen if the issue persists. Thanks!

@nicocossiom I hope this is ok now