From c0f48be9e8d2476339664fcd56ca4899b8ec2e72 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 3 Jan 2025 22:22:05 +0100 Subject: [PATCH] Tmux term. --- 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 5d764b0..b532da6 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -1,5 +1,5 @@ set -g set-titles on -set -g default-terminal "xterm-256color" +set -g default-terminal "tmux-256color" set -ga terminal-overrides ",*:Tc:Se=\E[2 q" set -g renumber-windows on setw -g aggressive-resize on