]> git.phdru.name Git - dotfiles.git/commitdiff
.vimrc: Extend listchars
authorOleg Broytman <phd@phdru.name>
Fri, 29 Jun 2018 14:42:31 +0000 (17:42 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 29 Jun 2018 14:42:31 +0000 (17:42 +0300)
.vimrc

diff --git a/.vimrc b/.vimrc
index 0ff6ea1ec534ac8bde907caba3e627d601bb0d86..4a8453c2a933a4e2556258ec41bff049a290f2b2 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -44,7 +44,9 @@ set whichwrap=b,s,h,l,<,>,[,],~ " Wrap to the previous/next line on all keys and
 set display=lastline,uhex " Show the last line instead of '@'; show non-printable chars as <hex>
 set lazyredraw    " Do not update screen while executing macros
 set list          " listchars only works with 'list'
-set listchars=tab:>_,trail:_,extends:+ " Show tabs, trailing spaces, long lines
+" Show tabs, non-breaking/trailing spaces, long lines
+set listchars=tab:>_,nbsp:_,trail:_,extends:+,precedes:+
+" Another usefull additions: eol:$,space:_
 set wrap          " Visually wrap long lines
 
 " With 'set wrap' wrap long lines at a character in 'breakat'