After cloning this repo...
ln -s ~/.vim/vimrc ~/.vimrc
Checkout the vundle submodule
git submodule init
git submodule update
Install vim plugins
vim +PluginInstall +qall
<ESC>
has been remapped to jk
Leader key has been mapped to ","
https://www.danielmiessler.com/study/vim
[ https://bencrowder.net/files/vim-fu/ ] (https://bencrowder.net/files/vim-fu/) Great cheat-sheet
[ https://www.vimninjas.com/ ] ( https://www.vimninjas.com/ )