git clone git://github.com/damian/dotfiles.git
cd dotfiles
sh install.sh
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh
brew bundle --file=./Brewfile
A few notable vim keybindings that I've picked up.
ctrl + n
Remove all trailing whitespace from the current file,n
Toggle NERDTreectrl + h
Go to split leftctrl + j
Go to split belowctrl + k
Go to split rightctrl + l
Go to split abovejj
Alternative to Esc
take project_x
Makes a directory called project_x and cd's in to it..
Move up one directory...
Move up two directories
- Sets the default editor to vim
git s
Alias for git status with short outputgit b
Alias for git branchgit cob feature_x
Creates a branch called feature_x and moves to itgit difftool
Is hooked up to Kaleidoscope app