From 10ca217da7649f89c204917c9e227bd755f0e59a Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 27 Jan 2026 19:56:23 +0000 Subject: [PATCH] [tmux] Again trying colors better --- .tmux.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index fb25e19..52b7011 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -27,9 +27,6 @@ bind-key a send-prefix set -g xterm-keys on setw -g xterm-keys on -# Colors? -set -g default-terminal "tmux-direct" - # Activity monitoring #setw -g monitor-activity on #set -g visual-activity on @@ -45,6 +42,7 @@ set -g history-limit 30000 # pretty set -g default-terminal "tmux-direct" +set -a terminal-features "tmux-direct:RGB" # fish! set-option -g default-shell /bin/fish