Quote (irimi @ Jun 12 2012 07:05pm)
all you really need to get used to is that there's two modes of operation - navigation and editing mode. by default you're in navigation mode, where you can use shortcuts/commands to manipulate large (or small) areas of text.
when you hit "i" you enter insert mode, which allows you to type/edit like you normally would. to switch out of insert mode, hit esc.
aside from that, :w to save, :q to quit, :wq to save and quit (done from navigation mode)
you can slowly learn the features one by one (esp if you use vim, which most unix/linux boxes have), and become reasonably proficient at it to do a lot of stuff with it.
Yeah I quickly caught onto the difference between edit/navigation
I just need to figure out all the cool shortcuts.