My personal Vim configuration
- Ctags
sudo apt-get install ctags
- Backup your current directory
mv ~/.vim ~/.vim_bak
- Clone this repository to your .vim directory
git clone git://github.com/DoesntMatter/vimrc.git ~/.vim
- Link your .vimrc
ln -s ~/.vim/vimrc ~/.vimrc
- Update this repository
cd ~/.vim && git pull
- Open shell prompt
:ConqueTerm bash
- Open shell prompt in new window
:ConqueTermSplit bash
Anyone who has contributed