tmux true color

This commit is contained in:
Yax 2023-04-29 23:08:45 +02:00
parent 4049f433f1
commit c37e9e7d88

View file

@ -12,8 +12,8 @@ set -g display-time 4000
# screen-256 true color # screen-256 true color
set -g default-terminal "screen-256color" set -g default-terminal "tmux"
set -ga terminal-overrides ",xterm-256color:Tc" set-option -sa terminal-overrides ",xterm*:Tc"
# focus events enabled for terminals that support them # focus events enabled for terminals that support them
set -g focus-events on set -g focus-events on