Seeing whitespaces in vim

From Notes_Wiki
Revision as of 05:09, 4 January 2023 by Saurabh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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