From e4509bbcfee19e6c230ce0e8e6bdbfd7376cce65 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 9 Jun 2026 22:24:26 +0300 Subject: tmux.rocky.conf: add default-terminal tmux-256color and terminal-overrides for truecolor --- tmux/tmux.rocky.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tmux/tmux.rocky.conf b/tmux/tmux.rocky.conf index 2f909c9..cf4162b 100644 --- a/tmux/tmux.rocky.conf +++ b/tmux/tmux.rocky.conf @@ -34,6 +34,13 @@ set -g pane-border-format '#[fg=colour208] #{pane_index} #[fg=brightred]#{pane_t set -g status-right '#[fg=colour8]| %H:%M ' set -g status-right-length 30 +# ── Terminal ───────────────────────────────────────────────────────────── +# TERM inside tmux — must advertise 256 colors so helix/fzf/etc work +set -g default-terminal 'tmux-256color' + +# Tell tmux that outer terminals supporting truecolor should pass it through +set -ga terminal-overrides ',xterm-256color:Tc,*-256color:Tc' + # ── Visual bell ───────────────────────────────────────────────────────── set -g visual-bell off set -g bell-action any -- cgit v1.2.3