From 1ace3a9cf504d7bc733f8069be3d092538354f60 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Wed, 3 May 2023 08:06:15 +0200 Subject: [PATCH] fix TERM screen --- dot_tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 5134c03..99c5c93 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -12,7 +12,7 @@ set -g display-time 4000 # screen-256 true color -set -g default-terminal "tmux" +set -g default-terminal "screen-256color" set-option -sa terminal-overrides ",xterm*:Tc" # focus events enabled for terminals that support them