tmux: fix true color
This commit is contained in:
parent
5f05fe3d2f
commit
08ab3a1422
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ set-option -g allow-rename on
|
||||||
# so pagers don't blank the screen
|
# so pagers don't blank the screen
|
||||||
set-option -g alternate-screen off
|
set-option -g alternate-screen off
|
||||||
|
|
||||||
|
# True color
|
||||||
|
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
||||||
|
|
||||||
# ┌──────────────────────────────────────────────────────┐
|
# ┌──────────────────────────────────────────────────────┐
|
||||||
# │ Gruvbox ^^ from https://github.com/egel/tmux-gruvbox │
|
# │ Gruvbox ^^ from https://github.com/egel/tmux-gruvbox │
|
||||||
# └──────────────────────────────────────────────────────┘
|
# └──────────────────────────────────────────────────────┘
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue