/vim-config

my vim setup

Primary LanguageVimL

vim-config

I'm now managing my vim configuration in git. I wish I'd done this along time ago

To install:

  • check out the repo into ~/.vim
  • softlink the vimrc to ~/.vimrc

Generic vim addons

  • pathogen (vim dependency mgmt)
  • ctrlp.vim (a fuzzy file finder)
  • neocomplcache.vim (for Ruby, Haskell, Javascript)
  • vim-sensible

Ctrl-t gets you the directory tree

Ctrl-p gives you a fuzzy file finder

Ctrl-n hides or shows line numbers

Ctrl-l enables paste mode