LINUX.ORG.RU

tmux имя табов (их изменения)

 , , ,


1

1

Здравствуйте.

Столкнулся, для себя, с такой проблемой. Использую связку zsh+tmux+и.т.д. Ранее на debian 9 (tmux 2.3), вот с этим конфигом работало следующее - при запуске, таб именовался zsh*, при открытии vifm, например, таб менял название на vifm, vim на vim и.т.д. т.е. все было норм, так же, если не запущен бинарник, то указывался путь. Сейчас же (arch), любой таб, именутся как zsh*, пути не указывает и не меняет название таба. Куда копать?


man tmux

set-window-option [-aFgoqu] [-t target-window] option value (alias: setw) Set a window option. The -a, -F, -g, -o, -q and -u flags work similarly to the set-option command.

Supported window options are:

.....

allow-rename [on | off] Allow programs to change the window name using a terminal escape sequence (\ek...\e\\). The default is off.

automatic-rename [on | off] Control automatic window renaming. When this setting is enabled, tmux will rename the window automatically using the format specified by automatic-rename-format. This flag is automatically disabled for an individual window when a name is specified at creation with new-window or new-session, or later with rename-window, or with a terminal escape sequence. It may be switched off globally with:

set-window-option -g automatic-rename off

dhampire ★★★
()
Ответ на: комментарий от dhampire

спасибо.

set-window-option -g allow-rename on

set-window-option -g automatic-rename on

Neat
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.