Cleaning whitespace
Published: Wednesday, Dec 26, 2007 Last modified: Saturday, Mar 8, 2025
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