tmux: Resize aggressively, based on clients actually viewing, not just attached

This commit is contained in:
Johanna Dorothea Reichmann 2019-05-29 20:13:17 +02:00
parent ec381d9e2b
commit 6ebf8ab59d
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -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'