mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-09 15:05:07 +02:00
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:
@ -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'
|
||||
|
Reference in New Issue
Block a user