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

Rename Session Prompt Box - Design & Behavior #89

Open socall opened 2 months ago

socall commented 2 months ago

My issues with the Rename Session Prompt Box:

  1. takes a lot of space, have no borders or fill that distinguish it from the bg.
  2. no obvious way to escape it if you wish to not rename the session (I suggest pressing escape to go back to SessionX)
  3. Also the text should be "Rename Session:" instead of "New name:"
image
omerxx commented 2 months ago

@socall I agree with the input, my initial hope was to go with tmux display-popup instead of an alternate shell screen but I couldn't get it to work. If you have an idea for either an fzf feature or a popup that can work from within the alternate shell I'd be happy to give this another go

timsofteng commented 1 month ago

@omerxx Is it impossible to use tmux native rename in command line? Pressing shortcut in popup brings you to tmux's command line with rename command.

omerxx commented 1 month ago

@timsofteng Not sure I follow, how would you reach the Tmux prompt from within an fzf popup?