From 5ffa785ad0b8b83ac6109855b076ceb6ddedcc46 Mon Sep 17 00:00:00 2001 From: Felix Pankratz Date: Thu, 22 Dec 2022 15:26:25 +0100 Subject: [PATCH] tmux with rgb --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 51e0626..0948246 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -6,3 +6,8 @@ unbind C-b set-option -g prefix C-a bind-key C-a send-prefix + +set -g default-terminal "tmux-256color" +#set -as terminal-features ",xterm-256color:RGB" +set -ga terminal-overrides ",xterm-256color:Tc" +set -g bell-action none