Seeing whitespaces in vim

From Notes_Wiki

Home > CentOS > CentOS 6.x > Text editors > Vim > Seeing whitespaces in vim

To see whitespace in vim use:

:set list

Then to hide the same use:

:set nolist

There is newer article on this at Seeing spaces and tabs in vim


Home > CentOS > CentOS 6.x > Text editors > Vim > Seeing whitespaces in vim