Skip to content

Instantly share code, notes, and snippets.

@Daeinar
Created October 26, 2012 19:45
Show Gist options
  • Save Daeinar/3961015 to your computer and use it in GitHub Desktop.
Save Daeinar/3961015 to your computer and use it in GitHub Desktop.
vim cheatsheet

This cheatsheet will get expanded over time.

Vim Cheatsheet

Spellchecking:

  • zg - add word to list of correct spelled words
  • zw - add word to list of incorrect spelled words
  • zug - remove word from list of correct spelled words
  • zuw - remove word from list of incorrect spelled words
  • :runtime spell/cleanadd.vim - cleans the spell list from all outcommented words
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment