From 6934c87709e75d8861ae6049a99a9c815160e226 Mon Sep 17 00:00:00 2001 From: don philipe Date: Mon, 24 Mar 2025 15:48:31 +0100 Subject: [PATCH] Set xterm-256color in terminal conf to have true color in remote tmux sessions --- .config/alacritty/alacritty.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index c8873e9..8bab24b 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -2,6 +2,10 @@ cursor = "#00ff00" text = "#000000" +[env] +# set this to have true color when using nvim etc. in remote tmux session +TERM = "xterm-256color" + [font] size = 9