VIM shortcut keys
From MWCSWiki
- Ctrl + N: Autocomplete word
- `. : Go to the line that you last edited. This is very useful! If you need to scroll through the file to look something up, you can go back to where you were without bookmarking it by using the `. command.
- numG : Move the cursor line num. (For instance, 10G moves to line 10.)
- c{selection} : same as d, cut's the text, but leaves the editor in Insert mode.

