Make Vim show hidden characters
To make Vim show the hidden characters in the document you're editing simply enter the command:
:set invlist
To make Vim show the hidden characters in the document you're editing simply enter the command:
:set invlist
hey, i just wanted to share my little vim mapping for this feature
nmap ,l :set list!
just switch between the modes with ,l
- pretty useful
bye :)