From fad65e2aaad6f704ffc3ff372ab8ef96aa57cc36 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Fri, 20 Feb 2026 17:36:41 -0800 Subject: [PATCH] Update tmux config --- dotfiles/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index c1b786d..214bfe3 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -25,9 +25,9 @@ set -g set-titles-string '#h:#S:#I.#P #W#{?pane_title, (#{pane_title}),}' set -g mode-keys vi set -g status-keys vi -# Set a 256color $TERM variable so programs inside tmux know they can use 256 -# colors -set -g default-terminal screen-256color +# Set a terminal name but also enable 24 bit support in tmux +set -g default-terminal tmux-256color +set -as terminal-features ",xterm-256color:RGB" # Activity setw -g monitor-activity on