Difference between revisions of "Seeing whitespaces in vim"

From Notes_Wiki
m
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<yambe:breadcrumb self="Seeing whitespaces in vim">Vim|Vim</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Text editors]] > [[Vim]] > [[Seeing whitespaces in vim]]
=Seeing whitespaces in vim=


To see whitespace in vim use:
To see whitespace in vim use:
Line 12: Line 11:
</pre>
</pre>


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




<yambe:breadcrumb self="Seeing whitespaces in vim">Vim|Vim</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Text editors]] > [[Vim]] > [[Seeing whitespaces in vim]]

Latest revision as of 05:09, 4 January 2023

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