sainnhe / tmux-fzf

Use fzf to manage your tmux work environment!
MIT License
974 stars 50 forks source link

Make 'tmux split-window' compatible with tmux 3.4 #77

Closed xwjdsh closed 8 months ago

xwjdsh commented 8 months ago

Close #76


I upgraded to tmux3.4 and then realized that the "new session" feature was not working. After some searching, I found https://github.com/tmux/tmux/issues/3836#issuecomment-1942216630, after applying the changes, it works again. I also tested this change on tmux3.2a and it works fine.

sainnhe commented 8 months ago

Sorry for late reply, I was too busy recently :(

Thank you so much for this PR, this also fixes the issue on my machine!