Difference between revisions of "Seeing whitespaces in vim"

From Notes_Wiki
m
m
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 14: Line 13:




<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]]

Revision as of 15:49, 24 August 2022

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


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