/

VIM Cheatsheet

Vim
Table of contents
  • Some commands while in
  • Further reading

Some commands while in

  • G scrolls to the end of the file
  • gg scrolls to the start of the file
  • $ moves cursor to the end of the line (think of it like the $ symbol in regex)
  • ^ moves cursor to the start of the line (think of it like the ^ symbol in regex)
  • p pastes what's in Vim's internal clipboard

Further reading

Cut and Paste

Want to make your own site like this? Try gatsby-theme-code-notes by Zander Martineau.
Notes on code. My second brain, by Sal Rahman.