Skip to content

Instantly share code, notes, and snippets.

@mavaji
Created April 17, 2022 05:56
Show Gist options
  • Select an option

  • Save mavaji/04ced60ada40f21bd5b5cb4a65e7a97f to your computer and use it in GitHub Desktop.

Select an option

Save mavaji/04ced60ada40f21bd5b5cb4a65e7a97f to your computer and use it in GitHub Desktop.
vim shortcuts
command description
0 move to beginning of the current line
$ move to end of line
H move to the top of the current window (high)
M move to the middle of the current window (middle)
L move to the bottom line of the current window (low)
1G move to the first line of the file
20G move to the 20th line of the file
G move to the last line of the file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment