From dd9b2e3e16c7e063cacde1339adba1745ff86212 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 11 Mar 2019 20:48:53 -0400 Subject: Comment out aggressive resize. Also tweak termguicolors in tmux.conf --- tmux.conf | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index ed59b92..100ed9b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -8,8 +8,17 @@ bind M-s setw synchronize-panes # set -g mode-mouse on setw -g mode-keys vi -setw -g aggressive-resize on -set -g default-terminal "screen-256color" +# setw -g aggressive-resize on + +# This has previously not given me any issues other than 'set termguicolors' in +# vim +# set -g default-terminal "screen-256color" + +# This seems to fix that problem, it may cause other issues but I'm going to +# keep an eye on it +set-option -g default-terminal "xterm-256color" +set-option -ga terminal-overrides ",xterm*:Tc" + # Don't let command rename our windows set-option -g allow-rename off -- cgit v1.2.3