From f040ca2ce82e84c07611511475d72c1f6dd4dbce Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 25 Oct 2023 14:41:13 +0200 Subject: [PATCH] Better term in tmux. --- _cli/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_cli/tmux/tmux.conf b/_cli/tmux/tmux.conf index 7772080..6987a3e 100644 --- a/_cli/tmux/tmux.conf +++ b/_cli/tmux/tmux.conf @@ -1,7 +1,7 @@ set -g mouse off set -g set-titles on -set -g default-terminal "tmux-256color" -set -g terminal-overrides ",tmux-256color:Tc" +set -g default-terminal "xterm-256color" +set -g terminal-overrides ",xterm-256color:Tc" set -g renumber-windows on setw -g aggressive-resize on setw -g automatic-rename on