From c37e9e7d889fc2a0cf346086c448a52c0df50cd4 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sat, 29 Apr 2023 23:08:45 +0200 Subject: [PATCH] tmux true color --- dot_tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 74dbb4f..5134c03 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -12,8 +12,8 @@ set -g display-time 4000 # screen-256 true color -set -g default-terminal "screen-256color" -set -ga terminal-overrides ",xterm-256color:Tc" +set -g default-terminal "tmux" +set-option -sa terminal-overrides ",xterm*:Tc" # focus events enabled for terminals that support them set -g focus-events on