diff dot_tmux.conf @ 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 0ba6e190eb62
children f220567b278e
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