From ad69a9ecc6b6ecf1bf7f36beb9ca7e74e0d746f7 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 22 Jul 2022 00:57:32 +0200 Subject: [PATCH] Change term in tmux. --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 4c08553..1d0af77 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,7 +1,7 @@ set -g mouse off set -g set-titles on -set -g default-terminal "xterm-256color" -set -g terminal-overrides ",xterm-256color:Tc" +set -g default-terminal "tmux-256color" +set -g terminal-overrides ",tmux-256color:Tc" set -g renumber-windows on setw -g aggressive-resize on setw -g automatic-rename on