From 2534e24d1854f4ff33cab892cfbc21334873cbe5 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 2 Feb 2018 16:27:07 +0100 Subject: [PATCH] Support the tmux 256-colour italic terminfo --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 166e963..b169cbb 100644 --- a/.vimrc +++ b/.vimrc @@ -370,7 +370,7 @@ set hidden set cryptmethod=blowfish2 " Ensure 256 colour support if the terminal supports it -if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" +if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" || &term == "tmux-256color-italic" set t_Co=256 colorscheme zenburn