Skip to content

Instantly share code, notes, and snippets.

@krishbhanushali
Last active July 31, 2021 03:18
Show Gist options
  • Save krishbhanushali/a2c2da3392e590db91fe2ae2088b5d86 to your computer and use it in GitHub Desktop.
Save krishbhanushali/a2c2da3392e590db91fe2ae2088b5d86 to your computer and use it in GitHub Desktop.
command function
h Move the cursor left
l Move the cursor right
j Move the cursor up
k Move the cursor down
^ Move the cursor to the start of the line
$ Move the cursor to the end of the line
H Move the cursor to the top of the screen
L Move the cursor to the bottom of the screen
M Move the cursor to the middle of the screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment