From acbea9fd891a61527d2b74f9c5c6cf6a861a4da6 Mon Sep 17 00:00:00 2001 From: dabruh <11458706-dabruh@users.noreply.gitlab.com> Date: Fri, 15 Sep 2023 13:51:15 +0200 Subject: [PATCH] Remove invalid TERM env var override --- .config/tmux/tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 387eb08..d1c3c39 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -16,7 +16,6 @@ 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