sainnhe / tmux-fzf

Use fzf to manage your tmux work environment!
MIT License
991 stars 53 forks source link

rename session seems to append to name, not rename #83

Closed alexscjundev closed 6 months ago

alexscjundev commented 6 months ago

I'm on tmux 3.2a

When I select [prefix-F], session, rename, [current], and enter the rename, I get a blank screen with the name I just typed in, and the session name is unchanged.

This implies that the input is being appended. Whatever the behaviour is, my session name is not being changed.

sainnhe commented 6 months ago

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