From 606b878ee4a3571c24d37aaec6b84976a9b49456 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Thu, 10 Oct 2024 09:02:25 +0100 Subject: [PATCH] Set the TERM in tmux correctly --- home/dot_tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/dot_tmux.conf b/home/dot_tmux.conf index 7cfad5c..a3e98f7 100644 --- a/home/dot_tmux.conf +++ b/home/dot_tmux.conf @@ -9,7 +9,8 @@ unbind C-b set -g prefix C-a bind C-a send-prefix -set -g default-terminal "screen-256color" +set -g default-terminal "$TERM" +set -ga terminal-overrides ",$TERM:Tc" set -s escape-time 0