mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 09:49:45 +01: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:
parent
abe2fab50d
commit
0eb271a50c
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user