Mercurial > dotfiles
changeset 297:88d7010b5694
Set color config for tmux
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Fri, 30 Oct 2020 08:34:12 +0100 |
parents | c8041faff57e |
children | a7901c1366de |
files | dot_tmux.conf |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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