From b9db184a09c2f4e3c6bf8dd7934d0c2f3efc02eb Mon Sep 17 00:00:00 2001 From: Stefan Friese Date: Wed, 26 Jul 2023 08:58:47 +0200 Subject: [PATCH] changed terminal type --- tmux/.tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 1c0b828..7b9de7b 100755 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,5 +1,6 @@ -set -g default-terminal screen-256color -# set -g default-terminal "tmux-256color" +# set -g default-terminal screen-256color +# set -g default-terminal tmux-256color +set -g default-terminal xterm-256color set -ga terminal-overrides ",*256col*:Tc" set -g mouse on bind r source-file ~/.tmux.conf \; display ​"Reloaded!"