tmux: Resize aggressively, based on clients actually viewing, not just attached
This commit is contained in:
parent
ec381d9e2b
commit
6ebf8ab59d
@ -40,5 +40,8 @@ set status-interval 2
|
||||
set -g mouse on
|
||||
set -g history-limit 50000
|
||||
|
||||
# Make tmux resize based on smallest client actually viewing the window, not just attached
|
||||
setw -g aggressive-resize on
|
||||
|
||||
# Initialize tmux-plugin-manager
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
Loading…
Reference in New Issue
Block a user