From 57a8dba6bab7e378b99e7817348162d4831e8e16 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Wed, 25 Feb 2015 18:11:52 -0800 Subject: [PATCH] Make tmux use xterm-16color xterm-256color has issues with solarized in Vim --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index e6d503c..f9261c9 100644 --- a/tmux.conf +++ b/tmux.conf @@ -3,8 +3,8 @@ unbind-key C-b set-option -g prefix C-s bind-key C-q send-prefix -# Use 256 color mode -set-option -g default-terminal "xterm-256color" +# Use 16 color mode +set-option -g default-terminal "xterm-16color" # Set the Esc/Alt disambiguation timeout to 50ms # The default is 500ms, which makes vim kind of painful