From e936766861e13e03eedb874db0cf7a8325062061 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Sun, 10 Jul 2022 23:06:22 -0400 Subject: [PATCH] Adding tmux RGB and True Colors options --- dot_config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf index a94f2f9..ad9160b 100644 --- a/dot_config/tmux/tmux.conf +++ b/dot_config/tmux/tmux.conf @@ -11,6 +11,9 @@ setw -g aggressive-resize on setw -g mode-keys vi # Prefer vi style key table +set-option -sa terminal-overrides ',xterm-256color:RGB' # Enable RGB capabilities +#set-option -sa terminal-overrides ',xterm-256color:Tc' # Older versions of tmux, use True colors + # ===========================