Editing someone else’s file that’s littered with whitespace instead of tabs, and extraneous end-of-line whitespace?
Here’s what to do:
Another command to turn whitespace into tabs.
=a{
Reindents everything in the current block(between the previous ‘{‘ and next ‘}’). This command will do the same thing on the entire file:
g=GG
Advertisement
Tags: spaces, tabs, vim, whitespace