Because vim rocks, but you have to heavily configure it to make it a decent text editor.
Heartlessly stealed and recomposed from:
- http://statico.github.io/vim.html
- http://stevelosh.com/blog/2010/09/coming-home-to-vim/
- http://nvie.com/posts/how-i-boosted-my-vim/
# install dependencies
sudo apt-get install vim exuberant-ctags silversearcher-ag
# clone project and link to vim
git clone https://github.com/synapticvoid/vim-config.git $HOME/.vim
ln -s $HOME/.vim/.vimrc $HOME/.vimrc