Make Vim show hidden characters
To make Vim show the hidden characters in the document you're editing simply enter the command:
:set invlist
Leave A Reply
- 1 Reply
Replies
May 26th 2006 - Uwe Helm
hey, i just wanted to share my little vim mapping for this feature
nmap ,l :set list!<CR>
just switch between the modes with ,l
- pretty useful
bye :)