From 6e39eaaedbcbb492133fc58784877b303837c6e6 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 11 Aug 2022 15:31:47 +0200 Subject: [PATCH] tmux: fix RGB override terminal-features doesn't seem to work, according to nvim --- .tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index be58fc2..9774485 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -19,7 +19,8 @@ set -g default-command "exec /bin/zsh" # Enable Truecolor set -ga terminal-overrides ",xterm*:RGB:Tc,rxvt-unicode*:RGB:Tc" %if '#{>=:#{version},3.2}' -set -sa terminal-features ",alacritty*:RGB" +#set -sa terminal-features ",alacritty*:RGB" +set -sa terminal-overrides ",alacritty*:RGB" %else set -ga terminal-overrides ",alacritty*:Tc" %endif