From 74cffd7591881d6637a1776acc79f2f8a654e6fa Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Sun, 21 Nov 2021 16:32:08 +0000 Subject: [PATCH] chore(tmux): updates to the term mode I cant really remember what this is doing but it looks like it something to do with terminal colors. --- site-modules/core/files/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site-modules/core/files/tmux.conf b/site-modules/core/files/tmux.conf index e39b856..24f2e86 100644 --- a/site-modules/core/files/tmux.conf +++ b/site-modules/core/files/tmux.conf @@ -19,8 +19,9 @@ bind-key -T copy-mode-vi C-l select-pane -R # # Set color term # +set -g default-terminal "xterm-256color" set-option -sg escape-time 10 -set-option -g default-terminal "xterm-256color" +set-option -ga terminal-overrides ",tmux-256color:Tc" # # Set long history