How to hide whitespace indicators in Vim
Posted
by
Exupery
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Exupery
Published on 2012-11-18T19:11:36Z
Indexed on
2012/11/19
5:27 UTC
Read the original article
Hit count: 319
vim
Vim was showing some whitespace with commas and periods on a red background which I didn't want. After some googling I was able to get rid of the commas and periods by removing list
and listchar
lines from .vimrc, I was also hoping this would remove the red backgrounds it was putting in these places, but all it did was change that to white (see image).
Is it possible to completely remove the whitespace background indicators in Vim? My .vimrc settings can be seen here
© Ask Ubuntu or respective owner