From 6cc776dc6147dfdd83be1ce69c2a7ca994010110 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Mon, 23 Jan 2017 17:18:27 -0500 Subject: true color support for tmux and (neo)vim --- tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index cbbb0af..a0154b3 100644 --- a/tmux.conf +++ b/tmux.conf @@ -11,6 +11,7 @@ set -g status-left-bg green set -g status-left-fg white set -g set-titles on set -g default-terminal "screen-256color" +set-option -ga terminal-overrides ",xterm-256color:Tc" # reversed to match vim split names bind-key v select-layout even-horizontal -- cgit v1.2.3