public
Description: My personal VIM configurations
Homepage:
Clone URL: git://github.com/technicalpickles/pickled-vim.git
name age message
file README.markdown Sun Feb 22 13:44:19 -0800 2009 Split out gui-specific configuration. Switch to... [technicalpickles]
file gvimrc Thu Mar 19 16:04:38 -0700 2009 Hardcode a window size, so it doesn't stupidly ... [technicalpickles]
directory vim/ Loading commit data...
file vimrc
README.markdown

pickled-vim

These are the vim configurations I'm using. I'll try to comment as much as I can about what's going on, but your mileage may vary.

Using

Assuming you don't have an existing .vimrc and .vim...

cd ~
ln -s /path/to/pickled-vim/vimrc .vimrc
ln -s /path/to/pickled-vim/vim .vim