🐛 Fix colors in nvim with tmux
This commit is contained in:
parent
7d50d0ee4b
commit
dbf31958fd
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@ import = [
|
|||
]
|
||||
|
||||
[env]
|
||||
TERM = 'alacritty'
|
||||
TERM = 'xterm-256color'
|
||||
|
||||
[window]
|
||||
dynamic_padding = true
|
||||
|
|
|
@ -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 #
|
||||
|
|
Loading…
Reference in a new issue