tmux: fix true color

This commit is contained in:
Martin Sekera 2022-02-19 00:07:14 +01:00
parent 5f05fe3d2f
commit 08ab3a1422

View file

@ -35,6 +35,9 @@ set-option -g allow-rename on
# so pagers don't blank the screen
set-option -g alternate-screen off
# True color
set-option -ga terminal-overrides ",xterm-256color:Tc"
# ┌──────────────────────────────────────────────────────┐
# │ Gruvbox ^^ from https://github.com/egel/tmux-gruvbox │
# └──────────────────────────────────────────────────────┘