From 1c304a0f57910c528b16146456ac7bf09aa4a37b Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:34:38 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Fix=20tmux=20$TERM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index ac55d1d..33434da 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -23,7 +23,7 @@ setw -g pane-base-index 1 # Automatically renumber windows when one is deleted. set -g renumber-windows on -set -g default-terminal "xterm-256color" +set -g default-terminal "tmux-256color" set -ag terminal-overrides ",*:RGB" ################################################################################