dotfiles/.tmux.conf
Louis Vallat ea141108f7 Added tmux dotfile
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2021-04-14 12:36:02 +02:00

4 lines
145 B
Plaintext

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