sainnhe / tmux-fzf

Use fzf to manage your tmux work environment!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Session add or rename doesn't work

3nd3r1 opened this issue · comments

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

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

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

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

Why is this not in master?

This feature is merged in #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 1540cbf . This issue should be fixed now.