diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 74ba3cd..25f10d7 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,5 +1,6 @@ -set -ga terminal-overrides ",st-256color*:Tc" -set-option -g default-terminal "screen-256color" +# True color settings +set -g default-terminal "$TERM" +set -ag terminal-overrides ",$TERM:Tc" set -s escape-time 0 set -g prefix2 C-s