Skip to content

Instantly share code, notes, and snippets.

@aimtiaz11
Last active October 7, 2020 23:32
Show Gist options
  • Save aimtiaz11/e4f9e09e5ee56d33ce1dbe0ee4606606 to your computer and use it in GitHub Desktop.
Save aimtiaz11/e4f9e09e5ee56d33ce1dbe0ee4606606 to your computer and use it in GitHub Desktop.
Vim shortcuts

Vim Shortcuts

line

  • 0 - jump to the start of the line
  • $ - jump to the end of the line

file

  • gg - go to the first line of the document
  • G - go to the last line of the document

deletion

  • D - delete (cut) to the end of the line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment