Disable list mode in the console
This commit is contained in:
parent
9411625acf
commit
2ea4c34811
2 changed files with 3 additions and 2 deletions
3
gvimrc
3
gvimrc
|
@ -1,5 +1,6 @@
|
||||||
|
" List mode on here because the GUI has more color possibilities.
|
||||||
|
set list
|
||||||
set bg=light
|
set bg=light
|
||||||
set cursorline
|
|
||||||
|
|
||||||
if has('win32') || has('win64') || has('win32unix')
|
if has('win32') || has('win64') || has('win32unix')
|
||||||
set guifont=Inconsolata:h18
|
set guifont=Inconsolata:h18
|
||||||
|
|
2
vimrc
2
vimrc
|
@ -32,7 +32,7 @@ set showmatch " show matching things: (), {}, [], etc
|
||||||
|
|
||||||
set fo+=n " format numbered lists properly
|
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+=tab:▸\ " show tabs
|
||||||
set lcs+=eol:¬ " show end-of-lines
|
set lcs+=eol:¬ " show end-of-lines
|
||||||
set lcs+=trail:・ " show trailing spaces
|
set lcs+=trail:・ " show trailing spaces
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue