Skip to content

Instantly share code, notes, and snippets.

@arunvelsriram
Last active January 9, 2021 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arunvelsriram/4e24e84e2980452bf3d707e6d95d3b3c to your computer and use it in GitHub Desktop.
Save arunvelsriram/4e24e84e2980452bf3d707e6d95d3b3c to your computer and use it in GitHub Desktop.
My VIM cheatsheet
  • Ctrl + O / Ctrl + I - Navigate to next / previous cursor position
  • gd - goto definition
  • Ctrl + d - Move down 1/2 screen
  • Ctrl + u - Move up 1/2 screen
  • "*y - Copy to system clipboard
  • "*p - Pasting from system clipboard
  • :redir @* | set guifont | redir END - Copy output of command to clipboard. @* is clipboard register
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment