Vim gg=G (reindent whole file) without losing current position
Recently my main work was editing .xml files. Google told me that for re-indenting a file I need to press `gg=G` in normal. But moving to `gg` is something that I don't want. Is there any way to do the same without losing the current position?