tmux: Add true color support

It turns out that even if your terminal supports true color, it won't be
used in tmux unless you set the option explicitly. Now it is possible to
enjoy the benefits of true color inside tmux.
This commit is contained in:
Donovan Glover 2018-11-07 11:33:29 -05:00
parent abe2fab50d
commit 0eb271a50c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -97,4 +97,4 @@ set-window-option -g window-status-activity-fg blue
set-window-option -g window-status-activity-attr none
# Add support for neovim cursor changing (insert mode, etc.)
set -g -a terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[2 q'
set -g -a terminal-overrides ',xterm*:Tc,*:Ss=\E[%p1%d q:Se=\E[2 q'