From 5a98e2c3426667b039f0e182ec2855b5d49fb000 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 27 Mar 2020 15:45:27 +1300 Subject: [PATCH] enable aggressive resizing --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 3f0864e..12a4ccf 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,3 +8,5 @@ set-option -g status-bg black set-option -g status-fg white set-option -g default-terminal "tmux-256color" + +set-option -g aggressive-resize on -- 2.39.2