Skip to content

Instantly share code, notes, and snippets.

@npatmaja
Last active February 15, 2017 04:22
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 npatmaja/aae8e1293cee6a5359a5dfb9151d3859 to your computer and use it in GitHub Desktop.
Save npatmaja/aae8e1293cee6a5359a5dfb9151d3859 to your computer and use it in GitHub Desktop.
My Vim Cheat Sheet

Vim Cheat Sheet Collection

Mode Command Description
NORMAL * Select all occurrences of word under cursor. Put the cursor to the desired word and pres * to search for the next occurrences of the word. Press n to go to the next occurrence
NORMAL n Go to the next occurrence of the searched term
NORMAL N Go to the previous occurrence of the searched term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment