jrmoulton / tmux-sessionizer

Tmux Sessionizer: A tool for opening git repositories as tmux sessions
MIT License
458 stars 35 forks source link

tms windows not switching if window name clashes #97

Closed caliguIa closed 6 months ago

caliguIa commented 6 months ago

I've found an issue whereby if I have a session and in that session I have for example a window that just has a zsh shell running. running tms windows displays the windows name as zsh. If I then create another window in the session, this windows name according to tms, will also be zsh. When in this situation you cannot switch between the two windows using tms windows. The same is true if you have for example two neovim windows in a single session.

I can provide more info if needed. thanks for the great tool! :)