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

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