Just another operator
For some reason it never occurred to me that in vim, =
is just another operator like d
,c
, etc, and I could chain it. When I would indent a whole document, I would do ggVG=
to highlight the whole file and indent, when gg=G
accomplishes the same thing.