Difference between revisions of "Seeing whitespaces in vim"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>Vim|Vim</yambe:breadcrumb> =Seeing whitespaces in vim= To see whitespace in vim use: <pre> :set list </pre> Then to hide the same use: <pre> :set nolist </...")
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<yambe:breadcrumb>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 11: Line 10:
:set nolist
:set nolist
</pre>
</pre>
'''There is newer article on this at [[Seeing spaces and tabs in vim]]'''
[[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