diff --git a/etc/tmux.conf b/etc/tmux.conf index 16f9d4c..9a374ec 100644 --- a/etc/tmux.conf +++ b/etc/tmux.conf @@ -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 │ # └──────────────────────────────────────────────────────┘