diff --git a/tmux.conf b/tmux.conf index bedc5f4..442c131 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,5 +1,6 @@ # True color support -set -g default-terminal "xterm-256color" +set-option -g default-terminal "tmux-256color" +set-option -ga terminal-overrides ",xterm-256color:Tc" # Set encoding to Unicode8 setw -gq utf8 on