My vim configuration for mac
:A - Opens a buffer
:AV - Opens a vertical split
:AS - Opens a horizontal split
<Leader> (\) + b + e
:NerdTree
Fn + F2
Ctrl + p - Autocompletes filepath
:Tagbar
Fn + F8
Select text in visual mode + <Leader> + ci
<Leader> + cc - Comment current line
<Leader> + cu - Uncomment current line
<Leader> + <Leader> + w
Select the assigned character to move cursor to that portion of text
:VCSBlame - runs git blame for current file