Cleaning whitespace
Published: Wednesday, Dec 26, 2007 Last modified: Wednesday, May 25, 2022
Deleting whitespace around the cursor:
diw
Or the regexp:
:%s/\s*$//
Or this::
%s/ \+$//
Converting EVIL tabs to spaces
:retab
Deleting whitespace around the cursor:
diw
Or the regexp:
:%s/\s*$//
Or this::
%s/ \+$//
Converting EVIL tabs to spaces
:retab