From 3e706e9e918c1ca8353a07acc1750d46c3f85d0b Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Wed, 30 Mar 2016 12:29:27 +0200 Subject: Not necessary to set t_Co, it's enough with xterm-256-color export --- vim/.vimrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vim') diff --git a/vim/.vimrc b/vim/.vimrc index 9021c93..e97b8c8 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -21,11 +21,6 @@ nnoremap :noh " Understand .md as markdown autocmd BufNewFile,BufRead *.md set ft=markdown -" Get 256 colors -if $TERM == "xterm-256color" - set t_Co=256 -endif - " Ingnore Case in search set ignorecase -- cgit v1.2.3