From 82ec592c8afde01dacda1e44e833bd12a71c60b6 Mon Sep 17 00:00:00 2001 From: John Doty Date: Fri, 7 Feb 2025 20:07:21 +0000 Subject: [PATCH] [tmux] tmux should be configured for direct colors This makes fish unhappy but I have a fix incoming for that too. --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 0488dd2..fb25e19 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -28,7 +28,7 @@ set -g xterm-keys on setw -g xterm-keys on # Colors? -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-direct" # Activity monitoring #setw -g monitor-activity on