Fix: enable full color support in tmux

This commit is contained in:
Aroy-Art 2024-07-15 20:21:21 +02:00
parent d0b89666bc
commit aa7d62f4a2
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -20,3 +20,8 @@ bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
######################################################################
# Enable full color support
######################################################################
set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",*256col*:Tc"