use $(tmux renamew abc)
there is also \\033k but in 1.2 you'll need to turn off automatic-rename
yourself
On Sat, Jul 17, 2010 at 05:23:05PM -0400, Zheng Zhang wrote:
> Maybe window name. Sorry for the confusion. I mean the text that shows
> up in the status bar.
> -Zheng
>
> On Sat, Jul 17, 20
Maybe window name. Sorry for the confusion. I mean the text that shows
up in the status bar.
-Zheng
On Sat, Jul 17, 2010 at 5:16 PM, Nicholas Marriott
wrote:
> Window title or window name?
>
>
> On Sat, Jul 17, 2010 at 05:08:08PM -0400, Zheng Zhang wrote:
>> Hi,
>>
>> I tried out tmux. It's reall
Window title or window name?
On Sat, Jul 17, 2010 at 05:08:08PM -0400, Zheng Zhang wrote:
> Hi,
>
> I tried out tmux. It's really cool.
>
> One thing I couldn't figure out how to do is to change the window
> title using a shell command. The manual mentioned something like,
>
> printf '\033]2;M
Hi,
I tried out tmux. It's really cool.
One thing I couldn't figure out how to do is to change the window
title using a shell command. The manual mentioned something like,
printf '\033]2;My Title\033\\'
I tried it but it didn't work. The title is still "bash". The
"set-titles" option is "on".