diff options
author | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-03-30 12:29:27 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-03-30 12:29:27 +0200 |
commit | 3e706e9e918c1ca8353a07acc1750d46c3f85d0b (patch) | |
tree | 856d4e85b7a9fe62a4972cce42667a780306eac3 | |
parent | f12153008ffcd5c09f94cc7e918556da813ca4fc (diff) |
Not necessary to set t_Co, it's enough with xterm-256-color export
-rw-r--r-- | vim/.vimrc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -21,11 +21,6 @@ nnoremap <CR> :noh<CR><CR> " 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 |