Use fancy Unicode glyphs for list mode

This commit is contained in:
Eryn Wells 2011-09-13 12:29:53 -07:00
parent 8799338169
commit c1ccacc944

13
vimrc
View file

@ -37,15 +37,10 @@ set fo+=2 " format paragraphs with first line indent different
if has('gui_running')
set list
endif
"set lcs+=tab:▸\ " show tabs
"set lcs+=eol:¬ " show end-of-lines
"set lcs+=trail:・ " show trailing spaces
"set lcs+=extends:→ " show long lines (that go offscreen)
"set lcs+=nbsp:. " show non-breaking spaces
set lcs+=tab:>\ " show tabs
set lcs+=eol:$ " show end-of-lines
set lcs+=trail:. " show trailing spaces
set lcs+=extends:# " show long lines (that go offscreen)
set lcs+=tab:▸\ " show tabs
set lcs+=eol" show end-of-lines
set lcs+=trail:・ " show trailing spaces
set lcs+=extends:→ " show long lines (that go offscreen)
set lcs+=nbsp:. " show non-breaking spaces
set ignorecase " ignore case in searches