dotfiles/.tmux.conf

4 lines
145 B
Plaintext
Raw Normal View History

set -g default-terminal "screen-256color"
# tell Tmux that outside terminal supports true color
set -ga terminal-overrides ",xterm-256color*:Tc"