From a66cd5cad5f269558ba34560c57c7bb2d4337f17 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Wed, 9 Jul 2025 10:05:32 -0700 Subject: [PATCH] Fix colors and OSC passthru for tmux --- .tmux.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 71e6367..e52945a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,12 +1,12 @@ -# Enable 256-color -set -g default-terminal "tmux-256color" +# Allow true color regardless of terminal +set-option -ag terminal-features ",*:RGB" + +# Enable passthru +set-option -g allow-passthrough all # Renumber things when a window is closed set-option -g renumber-windows on -# Add truecolor support (tmux info | grep Tc) -set-option -ga terminal-overrides ",xterm-256color:Tc" - # Interit term title from active tmux pane title set-option -g allow-rename on set-option -g set-titles on