From 2115c77d540409ff47832764bbc8e4f84a3d6691 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 23 Nov 2024 12:44:15 +0000 Subject: [PATCH] tmux: remove terminal-overrides for true color Doesn't seem to be necessary for wezterm. --- tmux/tmux.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 7bf58fd..ced2e1c 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,4 @@ set -g allow-passthrough on -# enable true color -set -ag terminal-overrides ",xterm-256color:Tc" set -g set-titles on set -g mouse -- 2.48.1