From a617d65fb2d780bbe75146f30463f72a0b248723 Mon Sep 17 00:00:00 2001 From: Zhiyuan Date: Fri, 8 May 2026 05:10:11 -0400 Subject: [PATCH] fix: add default-terminal tmux-256color to Gentoo .tmux.conf --- gentoo/configs-TF-X220/home-stan/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gentoo/configs-TF-X220/home-stan/.tmux.conf b/gentoo/configs-TF-X220/home-stan/.tmux.conf index 8667927..c7f575c 100644 --- a/gentoo/configs-TF-X220/home-stan/.tmux.conf +++ b/gentoo/configs-TF-X220/home-stan/.tmux.conf @@ -1,2 +1,4 @@ +set -g default-terminal "tmux-256color" +set -sa terminal-features ',xterm-256color:RGB' set -s set-clipboard on bind-key R source-file ~/.tmux.conf \; display-message "tmux.conf reloaded."