easy show/hide special chars in vim
This commit is contained in:
parent
e94b38aeeb
commit
969a250024
|
@ -107,4 +107,6 @@ set wildignore+=.DS_Store,.git,.hg,.svn
|
||||||
set wildignore+=*~,*.swp,*.swo,*.tmp
|
set wildignore+=*~,*.swp,*.swo,*.tmp
|
||||||
" drop undo/redo history
|
" drop undo/redo history
|
||||||
command Z :set undoreload=0|edit
|
command Z :set undoreload=0|edit
|
||||||
|
" show/hide special chars with :set (un)list
|
||||||
|
set listchars=eol:$,tab:>-,trail:~,extends:>,precedes:<
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue