From 76897a84fd9988e4899999a56d901ac170a3ebae Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 1 Jun 2023 19:08:19 +0200 Subject: Benutze richtige terminal-Version --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 6540462..f09ed9f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,6 @@ set -g mouse on set -g default-terminal "tmux-256color" -set -sa terminal-overrides ',xterm-256color:Tc' +set -sa terminal-overrides ',tmux-256color:Tc' set -g status on set -g status-left " #[fg=darkblue]#S#[fg=black] | " set -g status-left-length 20 -- cgit v1.3