From b69379d74e14f3eaf44a92d41e9f91f31d0e5a3e Mon Sep 17 00:00:00 2001 From: dabruh <11458706-dabruh@users.noreply.gitlab.com> Date: Thu, 30 Jun 2022 20:42:58 +0200 Subject: [PATCH] Adjust default-terminal. --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index e9cd2b7..387eb08 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -16,7 +16,7 @@ set-window-option -g automatic-rename on set-option -g set-titles on # True Colors -set -g default-terminal "xterm-256color" +set -g default-terminal "tmux-256color" set -ga terminal-overrides ",*256col*:Tc" set -g status-keys vi