diff --git a/template/tmux/.tmux.conf b/template/tmux/.tmux.conf index 88e0a13..555560d 100755 --- a/template/tmux/.tmux.conf +++ b/template/tmux/.tmux.conf @@ -1,3 +1,13 @@ +############## +# True Color # +############## + +# Use the xterm-256color terminal +set -g default-terminal "xterm-256color" + +# Apply Tc +set-option -ga terminal-overrides ",xterm-256color:Tc" + ########### # Keymaps # ###########