From 71c634feba0a89595aa23633a56c4ea3dcdb015c Mon Sep 17 00:00:00 2001 From: Von Random Date: Fri, 29 Apr 2016 18:58:33 +0300 Subject: [PATCH] urxvt true color in tmux --- tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 0d64341..d61c2ec 100644 --- a/tmux.conf +++ b/tmux.conf @@ -41,7 +41,8 @@ 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-overrides "rxvt-unicode*:sitm@,ritm@,xterm-termite:Tc,xterm-256color:Tc" +set -g terminal-override "rxvt-unicode*:sitm@,ritm@" +set -g terminal-override "*-*:Tc" set -g default-terminal "screen-256color" set -g status-position "top" set -g status-justify "centre"