Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 571 Bytes

File metadata and controls

41 lines (21 loc) · 571 Bytes

Vim configuration

My personal Vim configuration

Dependencies

  • Ctags

sudo apt-get install ctags

Installation guide

  • 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

Useful things

  • Open shell prompt

:ConqueTerm bash

  • Open shell prompt in new window

:ConqueTermSplit bash

Credits and Thanks

Anyone who has contributed