Premature optimization: turn off automatic window renaming as per https://github.com/tmux/tmux/wiki/FAQ
David Blume

David Blume commited on 2020-06-23 14:25:39
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -5,5 +5,6 @@ set -g status-left-length 20
5 5
 set -g status-left '#[fg=green][#S]#[default]'
6 6
 set -g status-justify centre
7 7
 set -g status-right '#[fg=green]%m/%d %H:%M#[default]'
8
+setw -g automatic-rename off
8 9
 setw -g window-status-current-format '#[fg=yellow]#I:#F#T#[default]'
9 10
 setw -g window-status-format '#I:#F#W'
10 11