Set xterm-256color in terminal conf to have true color in remote tmux sessions

This commit is contained in:
don philipe
2025-03-24 15:48:31 +01:00
parent 6f4a75353f
commit 6934c87709

View File

@@ -2,6 +2,10 @@
cursor = "#00ff00" cursor = "#00ff00"
text = "#000000" text = "#000000"
[env]
# set this to have true color when using nvim etc. in remote tmux session
TERM = "xterm-256color"
[font] [font]
size = 9 size = 9