Spot an error? Know how to make this page better? I appreciate pull requests.
Vim
Text editing like a ninja
Commonly Used Commands
Here are commands I tend to forget
Spelling
- turn spell check on:
:set spell
- Move to next/last word: ]s / [s
- Add word to dictionary: zg
- Show suggestions: z=
Text Insertion
When pasting code use :set paste
to preserve indenting of pasted code.
Text Wrapping
Wrap code to textwidth
: gq