This is my vim configuration. To check my custom bindings search for remap
in the vimrc
file.
curl https://raw.githubusercontent.com/spacepluk/vim-config/master/bin/install.sh | sh
...or if you don't trust running scripts from the internet:
git clone https://github.com/spacepluk/vim-config ~/.vim
git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim
ln -s ~/.vim/vimrc ~/.vimrc