# HG changeset patch # User Zeger Van de Vannet # Date 1604043252 -3600 # Node ID 88d7010b5694db82658e50b68829263c9d1bda45 # Parent c8041faff57e753115faa31bf6526ece6fdab297 Set color config for tmux diff -r c8041faff57e -r 88d7010b5694 dot_tmux.conf --- a/dot_tmux.conf Wed Nov 04 17:50:01 2020 +0100 +++ b/dot_tmux.conf Fri Oct 30 08:34:12 2020 +0100 @@ -14,7 +14,8 @@ set -u status-right \;\ refresh-client -S # improve colors -set -g default-terminal 'screen-256color' +set -g default-terminal 'xterm-256color' +set-option -ga terminal-overrides ",xterm-256color:Tc" set-option -g allow-rename off set-window-option -g automatic-rename off