Skip to content

Instantly share code, notes, and snippets.

@DavidBrower
Last active July 21, 2018 19:03
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save DavidBrower/503cceeb1fad4fd03c0c350a72c83b92 to your computer and use it in GitHub Desktop.
Vim Commands
<CR> : move to the start of the next line
- : move to the start of the previous line
^ : move to the start of the first word on the current line
0 : move to the start of the current line
$ : move to the end of the current line
P% : move to the point P% through the buffer
% : move between the matching bracket of a (), {}, [] pair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment