🐛 Fix colors in nvim with tmux

This commit is contained in:
punkfairie 2024-02-06 18:53:32 -08:00
parent 7d50d0ee4b
commit dbf31958fd
No known key found for this signature in database
GPG key ID: 0858B0F48128A755
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import = [
]
[env]
TERM = 'alacritty'
TERM = 'xterm-256color'
[window]
dynamic_padding = true

View file

@ -20,7 +20,8 @@ setw -g pane-base-index 1
# Automatically renumber windows when one is deleted.
set -g renumber-windows on
set -g default-terminal "screen-256color"
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",*:RGB"
################################################################################
# Key Mappings #