Vim/Non Printable Characters
From Debuntu
< Vim
To display/hide unprintable character in vi you can use the following commands:
- :set list will display unprintable characters
- :set nolist will hide unprintable charaters
- :set invlist will switch from one mode to the other
Here are some common charatcers:
- ^I Tab
- ^M Carriage Return
- $ Line Feed