By default, tmux
sets the current pane title as the active command (ex:vim
), even if allow-rename
is off
.
I want to change it to current folder name (basename $PWD
).
Note that I do not want to dynamically change window name, since I sometimes use rename-window
to set a custom name. In this case, the custom window name must persist.
cd
? – JigglyNaga Jun 28 '16 at 11:25cd
in a new dir, unless I had changed manually before. – paulodiovani Jun 28 '16 at 21:00