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 + # ===========================