From 0bf40606185f00b820f1656aeccad9eb429e5f5a Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 25 Sep 2017 19:25:45 +0300 Subject: [PATCH] fix italics in tmux --- tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 12e446b..6d62fdb 100644 --- a/tmux.conf +++ b/tmux.conf @@ -39,7 +39,6 @@ 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@,rxvt-unicode*:Tc,xterm-*:Tc" set -g default-terminal "tmux" set -g status-position "bottom" set -g status-justify "left"