Two Minute Tutorial - Sublime with VIM
I looked around for a tutorial that quickly showed how to install Vintageous, but many of them were convoluted or just redirected me to the git repo of Vintageous.
It allows you to edit text in Sublime with VIM keyboard shortcuts.
In other words, Vintageous lets you play the most fun game, i.e. how long can you go without touching the mouse while you program?
Sublime and Package Control:
For this tutorial you must first install Sublime, linked above. If you have not installed package control do the following:
2. Enter <CTRL> + < ` > that is, CONTROL + BACK TICK. You should result in something that looks like the following block.
See the neutral colored band at the bottom? Click on it and paste the code from this page.
You now have Package Control! Woo!
Let's install Vintageous:
1. Enter <CMD> + <SHIFT> + < p >
2. Type install and as you do some options should follow including Package Control: Install Packages. Toggle to this option and hit <ENTER>.
3. Enter <CMD> + <SHIFT> + < p >
There you have it! Now you can use VIM in Sublime!