From 40dab3e0728ab512df7a6257fcbcda7f665fe7f4 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 31 Jul 2019 00:39:23 -0400 Subject: [PATCH] Updated tmux force-* to be 2.9 compatible --- .tmux/tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.tmux/tmux.conf b/.tmux/tmux.conf index 74d1711..f887709 100644 --- a/.tmux/tmux.conf +++ b/.tmux/tmux.conf @@ -115,8 +115,9 @@ set -g visual-silence off setw -g alternate-screen on setw -g clock-mode-style 24 -setw -g force-height 0 -setw -g force-width 0 +# Removed in 2.9 +#setw -g force-height 0 +#setw -g force-width 0 setw -g main-pane-height 24 setw -g main-pane-width 80 setw -g monitor-activity on