mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Fix for 256 colours in xterm-256colors
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -142,7 +142,7 @@ set smartcase
|
||||
set autoread
|
||||
|
||||
" 2008-04-14 with the if-statement added at 2008-11-19
|
||||
if &term == "xterm" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen"
|
||||
if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen"
|
||||
set t_Co=256
|
||||
colorscheme zenburn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user