From 3cc0f1c0dd68de237d8c8ee2b94bf51aeee68a00 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 24 Oct 2024 22:47:07 +0200 Subject: update tmux.conf: Einstellung für true-color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f7ef1a5..3038b43 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,5 +1,6 @@ set -g mouse on set -g default-terminal "tmux-256color" +set -g terminal-features ",xterm-256color:RGB" set -g status on set -g status-left " #[fg=darkblue]#S#[fg=black] | " set -g status-left-length 20 -- cgit v1.3