From 16cea4450c4aab5d37dc47716dfce9a8f37f5c15 Mon Sep 17 00:00:00 2001 From: aewens Date: Mon, 30 Mar 2020 11:49:32 -0600 Subject: [PATCH] Added aggressize resizing to help mitigate small window issue --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index e69de29..c150a35 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -0,0 +1 @@ +setw -g agressive-resize on