By default tmux sessions constrain windows to smallest connected client. Use aggressive-resize to disable that. https://mutelight.org/practical-tmux#section-5
David Blume

David Blume commited on 2021-03-19 13:10:36
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -40,6 +40,7 @@ set -g status-justify centre
40 40
 set -g status-right '#[fg=green]%m/%d %H:%M#[default]'
41 41
 setw -g mode-keys vi
42 42
 setw -g automatic-rename off
43
+setw -g aggressive-resize
43 44
 set -g allow-rename on
44 45
 #setw -g window-status-current-format '#[fg=yellow]#I:#F:#T:.../#{b:pane_current_path}#[default]'
45 46
 setw -g window-status-current-format '#[fg=yellow]#I:#F:#{s\/home/corp.roku/dblume\~\:pane_current_path}#[default]'
46 47