From 35f394e1c2e7a39c39a3ff3abf3ca08999b7ba4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Bystriansky?= Date: Wed, 3 May 2023 22:08:30 +0200 Subject: [PATCH] setw -g aggressive-resize on --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index bc324ca..135a37d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,3 +3,4 @@ #bind C-a send-prefix #set -g status-right "%H:%M:%S %A %d-%m-%Y" set -g default-terminal "screen-256color" +setw -g aggressive-resize on