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!"