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

window switcher is not working #18

Closed conXDlation closed 7 months ago

conXDlation commented 7 months ago

image can say much it says error in sessionx.sh

omerxx commented 7 months ago

@conXDlation What's your fzf version + bat version, and do you have any special config for the plugin in your tmux.conf file other than the import?

Also, by "window switcher", do you mean the window mode? Or session switching?

omerxx commented 7 months ago

@conXDlation Found the issue and fixed it. Unfortunately now this means I can't show window names on window mode. Let me know how bad is it and I'll see what can be done.

av1155 commented 7 months ago

I wanted to follow up on conXDlation's issue. I was experiencing the same problem, but your recent commit resolved it. Now, I can preview and seamlessly switch between different windows in a session without encountering the '.../.../.../ returned 1' error. This plugin has proven to be exactly what I was looking for – thank you for your excellent work!

I understand this was initially developed for your personal use. For my purposes, the window name visibility isn't an issue as long as the core functionality – effectively previewing and navigating between windows in a session – is maintained. The inclusion of the window number is particularly useful!

The commit I am referring to: fix https://github.com/omerxx/tmux-sessionx/issues/18 window switcher only works with index now. need to find a way to incorporate names

omerxx commented 7 months ago

Perfect! Happy to hear! It was indeed built for my workflow but with others using it I'm responsible for all advertised features to work flawlessly. So I'm happy it works and you feel any other functionality is missing feel free to open an issue / LMK

Thanks!