sainnhe / tmux-fzf

Use fzf to manage your tmux work environment!
MIT License
931 stars 51 forks source link

Session add or rename doesn't work #84

Closed 3nd3r1 closed 4 months ago

3nd3r1 commented 4 months ago

I'm using tmux 3.2a and renaming or creating new sessions doesn't work. Caused by Tmux command-prompt stdout issue.

sainnhe commented 4 months ago

Could you try to checkout commit 4bcd8c7 and see if it work for you?

3nd3r1 commented 4 months ago

It works. Why is this not in master? Does using command-prompt work on some versions of Tmux?

sainnhe commented 4 months ago

Sorry for late reply. I' too busy recently :(

Why is this not in master?

This feature is merged in https://github.com/sainnhe/tmux-fzf/pull/80

Does using command-prompt work on some versions of Tmux?

I'm using tmux 3.4, and it works nicely.

The command prompt implementation has been replaced by fifo implementation in https://github.com/sainnhe/tmux-fzf/commit/1540cbfa5a6adcec57f373881b5b970f1ac1cae5 . This issue should be fixed now.