omerxx / tmux-sessionx

A Tmux session manager, with preview, fuzzy finding, and MORE
GNU General Public License v3.0
554 stars 51 forks source link

Keep old session name in rename promt #105

Open timsofteng opened 1 month ago

timsofteng commented 1 month ago

I guess it's useful to keep previous name of session for rename functionality.

omerxx commented 1 month ago

Hi, can you elaborate what you're expecting to see? The prompt is just the alternate fzf shell with low control over it

timsofteng commented 1 month ago

If you use neovim lsp then you may try lsp rename. You will see previous name in the command line. It's what I'm talking about.

omerxx commented 1 month ago

I see. I don't think there's a way to do that other than keeping a state (unlike previous window / session - there's no previous name). So, I'd be happy to learn if you have any suggestions for implementation