diff --git a/home/files/tmux b/home/files/tmux index 34f666f..9279dc1 100644 --- a/home/files/tmux +++ b/home/files/tmux @@ -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