diff --git a/tmux/tmux.conf b/tmux/tmux.conf index d1f8947..5334ff0 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -10,8 +10,9 @@ set -g mouse on # Focus events enabled for terminals that support them set -g focus-events on -# Set default terminal mode to 256color mode -set -g default-terminal "screen-256color" +# Set default terminal with true color support +set -g default-terminal "tmux-256color" +set -as terminal-overrides ',*:Tc' # Resize windows independently based on clients viewing each window (not session) setw -g aggressive-resize on