aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2017-01-23 17:18:27 -0500
committerMatt Singleton <matt@xcolour.net>2017-01-23 17:20:07 -0500
commit6cc776dc6147dfdd83be1ce69c2a7ca994010110 (patch)
tree3334b87f6dff232bf92bf5b228c576eb71ed6138 /tmux.conf
parent872e66f5bf5ba592d9b29be017c14d20b170ee2f (diff)
true color support for tmux and (neo)vim
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf1
1 files changed, 1 insertions, 0 deletions
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