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:
2
.vimrc
2
.vimrc
@@ -370,7 +370,7 @@ set hidden
|
|||||||
set cryptmethod=blowfish2
|
set cryptmethod=blowfish2
|
||||||
|
|
||||||
" Ensure 256 colour support if the terminal supports it
|
" 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
|
set t_Co=256
|
||||||
colorscheme zenburn
|
colorscheme zenburn
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user