From 13b7dbd2713bf4fde0267669aa4b743fd7fd9d71 Mon Sep 17 00:00:00 2001 From: dabruh <11458706-dabruh@users.noreply.gitlab.com> Date: Fri, 15 Sep 2023 22:38:21 +0200 Subject: [PATCH] Revert "Remove invalid TERM env var override" --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index d1c3c39..387eb08 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -16,6 +16,7 @@ set-window-option -g automatic-rename on set-option -g set-titles on # True Colors +set -g default-terminal "tmux-256color" set -ga terminal-overrides ",*256col*:Tc" set -g status-keys vi