I successfully installed Sublime Text 2 with some command line instructions - fairly easy and some good practice.
Figured out some of the basics of Vim! Three Modes: Normal(via "ESC"), Command(via ":" from Normal mode), and insert(via "i" from normal); in other words, ESC+i for insert mode, and ESC+: for command mode. :"w" saves,:"q" saves.