Disable list mode in the console

This commit is contained in:
Eryn Wells 2012-11-01 10:52:21 -07:00
parent 9411625acf
commit 2ea4c34811
2 changed files with 3 additions and 2 deletions

3
gvimrc
View file

@ -1,5 +1,6 @@
" List mode on here because the GUI has more color possibilities.
set list
set bg=light
set cursorline
if has('win32') || has('win64') || has('win32unix')
set guifont=Inconsolata:h18

2
vimrc
View file

@ -32,7 +32,7 @@ set showmatch " show matching things: (), {}, [], etc
set fo+=n " format numbered lists properly
set list " show spaces, newlines, etc
set nolist " don't show spaces, newlines, etc by default
set lcs+=tab:▸\ " show tabs
set lcs+=eol" show end-of-lines
set lcs+=trail:・ " show trailing spaces