-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
way to control the window-name #159
Comments
There is no other way except by using
However, xpanes no longer supports tmux 1.6. I don't know when I'll be able to do it, but I'll try to implement the feature to set provided window name in the future 👍 |
while you are thinking about this, it could also be said that it would be nice to have an option to target a specific window other than the current window to send xpanes to. i can open a separate issue on this though as well. |
Sounds interesting. plz create another issue. |
+1 for easier option to set the window-name |
Is it possible to control what #W gets set to? Right now the only thing I can see is potentially using
-B
to do something likeecho -ne "\033k"$(hostname -s)"\033\\"
but that feels ickyThe text was updated successfully, but these errors were encountered: