An Introduction to Vim
Alex LaFroscia @alexlafroscia
// Basic motion
h : move right
l : move left
j : move down
k : move up
// Jumping
w : beginning of next word
e : end of next word
b : beginning of previous word
ge : end of previous word
% : jump to matching symbol
// Moving Faster
2h : move 2 characters right
4w : move to the front of the 4th word
// Quitting Vim
:q : quit
:qa : quit all
:qa! : force quit all
// Save a File
:w : save
:wq : save and quit
// Other stuff
:help __command_name__
What sets Vim apart?
ssh _pitt_username@unixs.cis.pitt.edu
http://cl.ly/a4ND
Vim Awesome - http://vimawesome.com
Tim Pope
ThoughtBot Dotfiles
My Dotfiles