Fix coloring in nvim in tmux remote sessions

This commit is contained in:
don philipe
2025-09-04 04:53:16 +02:00
parent 2df66474db
commit a414890f69
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ set-window-option -g window-style bg="#32302f"
set-option -g focus-events on
# https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",$TERM:RGB"
set -ag terminal-overrides ",xterm-256color:RGB"
# List of plugins