From f58001e2ec14b25ee3579d608721cd63cd9dbd24 Mon Sep 17 00:00:00 2001 From: Proctor Date: Thu, 22 Dec 2022 21:43:09 -0600 Subject: [PATCH] tmux - update main pane width setting --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index 38c04fc..ffad76a 100644 --- a/tmux.conf +++ b/tmux.conf @@ -8,6 +8,8 @@ set -s escape-time 1 set -g base-index 1 setw -g pane-base-index 1 +set -g main-pane-width 160 + bind r source-file ~/.tmux.conf \; display "Reloaded!" bind -r '`' clear-history \; display "History Cleared!"