★ wanayoo — archive 1999 https://github.com/tmux-python/tmuxp/issues/521Nouvelle recherche | Portail wanayoo
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pane names? #521

Open
jby opened this issue Dec 11, 2019 · 3 comments
Open

pane names? #521

jby opened this issue Dec 11, 2019 · 3 comments

Comments

@jby
Copy link

@jby jby commented Dec 11, 2019

How do I set window/pane names properly?

This

    - window-name: remote-host
      panes:
        - ssh remote-host

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.

@ssh352
Copy link

@ssh352 ssh352 commented Jan 17, 2020

it would be nice to have pane names.

@lukruh
Copy link

@lukruh lukruh commented Feb 18, 2020

+1 for rename panes feature.. it's a pain to do it by hand over and over again

@aRkedos
Copy link
Contributor

@aRkedos aRkedos commented Aug 1, 2020

+1 would be nice, bit I think it would also be a pain to implement because pane names are using printf-escape sequences :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.