Feature request: support for variables in Tab titles (badges-like)
In some (most of?) circumstances I would prefer to have not tab's title changed since I logged into some remote host. For e. g., after ssh some.server
I want tab's title to stick to it. No matter what happens next, until probably I reset it with GUI if needed.
IOW: I want no escape sequences to have changed the title from indicating it's a session to some.server
.
OTOH, if there would be a possibility to refer to "escape set title" with a variable, it might be really nifty:
\(user.remote_host) :: \(tab_title_set_with_esc)
so for such a session Tab's title would always begin with hostname and if any program on that host would try to change the title, it won't get messed up totally with the hostname. This is based on badges existing functionality so basically it can be thought of tab titles to be a sort of iTerm2 badges too.