1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Support the tmux 256-colour italic terminfo

This commit is contained in:
2018-02-02 16:27:07 +01:00
parent 5ffc1b3c3b
commit 2534e24d18

2
.vimrc
View File

@@ -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