Make Neovim within Tmux happily detect color support

This commit is contained in:
Daniel Siepmann 2022-03-23 09:32:45 +01:00
parent 380e4b6cd7
commit 2faf4ac672
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -77,4 +77,8 @@ set-window-option -g window-status-bell-style fg=white,bg=red
# As requested by neovim for 'autoread'
set-option -g focus-events on
# As requested by neovim for 'termguicolors'
set-option -sa terminal-overrides ',*256color*:RGB'
set-option -ga terminal-overrides ',*-256color*:Tc'
# vi: ft=tmux