Use fancy Unicode glyphs for list mode
This commit is contained in:
parent
8799338169
commit
c1ccacc944
1 changed files with 4 additions and 9 deletions
13
vimrc
13
vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue