diff options
author | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-03-30 10:31:11 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-03-30 10:31:11 +0200 |
commit | f12153008ffcd5c09f94cc7e918556da813ca4fc (patch) | |
tree | 7d1965ebbd064bac985deab144915a2ec433235d /vim | |
parent | d853c4ce415e50b5c2b378495e064ab7c8cc65ce (diff) |
256 color terminal for vim
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ autocmd BufNewFile,BufRead *.md set ft=markdown " Get 256 colors if $TERM == "xterm-256color" - set t_Co=256 + set t_Co=256 endif " Ingnore Case in search |