Jump to line start or end.
Section: Essential motions
Move to line edges
vim
vim
0 ^ $Explanation
`0` goes to column 1, `^` to the first non-blank, and `$` to line end.
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