From a4cf227c43310b3f89012c8b02019dff9b291309 Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 1 Dec 2016 11:08:51 +0300 Subject: [PATCH] rxvt-unicode, true color and tmux --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index fe0169b..de664fa 100644 --- a/tmux.conf +++ b/tmux.conf @@ -41,7 +41,7 @@ set -g history-limit "10000" set -g set-titles "off" set -g status-left-length "20" set -g status-right-length "40" -set -g terminal-override "rxvt-unicode*:sitm@,ritm@,xterm-*:Tc" +set -g terminal-override "rxvt-unicode*:sitm@,ritm@,rxvt-unicode*:Tc,xterm-*:Tc" set -g default-terminal "screen" set -g status-position "bottom" set -g status-justify "centre"