Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uppane names? #521
pane names? #521
Comments
|
it would be nice to have pane names. |
|
+1 for rename panes feature.. it's a pain to do it by hand over and over again |
|
+1 would be nice, bit I think it would also be a pain to implement because pane names are using printf-escape sequences :/ |
How do I set window/pane names properly?
This
gives me a window called "ssh", which is completely useless if I have more than one - AND it kind of makes using tmuxp moot, since I have to to through all my windows and reset their names after starting my session...
Besides #86 REALLY need to be fixed as well.
As of now I have this in my .tmux.conf:
bind-key S command-prompt -p ssh "new-window -n %1 'ssh %1'"which make me able to use 'send-prefix S' to create a new window with a remote session to that remote host, AND the name of that remote host, without a spawned shell to start with. When I logout from the host, the window dies.
I was really hoping that could be re-created with tmuxp.