Disable list mode in the console
This commit is contained in:
parent
9411625acf
commit
2ea4c34811
2 changed files with 3 additions and 2 deletions
2
vimrc
2
vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue