From 870e351557d1a2cec1d31f75d6975a3acb1194bd Mon Sep 17 00:00:00 2001 From: Stefan Friese Date: Tue, 25 Jul 2023 16:28:27 +0200 Subject: [PATCH] changed terminal type --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 073049f..1c0b828 100755 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,5 +1,5 @@ -# 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 -ga terminal-overrides ",*256col*:Tc" set -g mouse on bind r source-file ~/.tmux.conf \; display ​"Reloaded!"