From 686658e0596a9a8b7e697ea35a2e767817681ed8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 31 Jul 2026 21:05:28 +0800 Subject: hehe --- core/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/tmux.conf') diff --git a/core/tmux.conf b/core/tmux.conf index 94316d2..465641c 100644 --- a/core/tmux.conf +++ b/core/tmux.conf @@ -1,3 +1,7 @@ +# True-color support regardless of what TERM the outer terminal/distro sets +set -g default-terminal "tmux-256color" +set -ga terminal-overrides ",*256col*:Tc" + # Vi mode for copy setw -g mode-keys vi -- cgit