From 4857ce1daa5d167eb21c930eae0b68881cd776b9 Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Mon, 16 Dec 2019 17:21:28 +0000 Subject: [PATCH] tmux: Add 256color override for iTerm Enables apps such as bat to set appropriate terminal colours. Vim with gruvbox still not behaving naturally. --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 7425053..91960ab 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -9,6 +9,8 @@ set -g @plugin 'tmux-plugins/tmux-continuum' # - Options - set -g default-terminal 'screen-256color' +set -ga terminal-overrides ",xterm-256color:Tc" + set -g default-shell $SHELL set -g default-command $SHELL