Move to the top or bottom of the buffer.
Section: Essential motions
Jump within file
vim
vim
gg GExplanation
`gg` jumps to the first line and `G` to the last.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Essential motions