Cursor Location in Command Mode keyboard shortcuts - VIM

Command Mode keyboard shortcuts - VIM

Created: 2022-07-18
Tags: #fleeting


G to move to bottom of file
gg to start of file

Ctrl + G to show the line number
<number>G to jump to that <number> line
Example: 45G jumps cursor to line 45

Ctrl + o
Go to the previous cursor you were before

References