my vim config
works best with vim compiled from source to get the source run:
hg clone https://vim.googlecode.com/hg/ vim
cd vim
hg pull
hg updatethen config with these options: (includes clipboard support)
./configure --with-features=normal \
--with-x --enable-gui=auto \
--prefix=${HOME} \
--enable-cscope \
--enable-pythoninterp \
--enable-rubyinterp --with-ruby-command=/usr/bin/ruby \
--enable-perlinterp \
--with-mac-arch=x86_64 \
--enable-multibyte
sudo make && make installLogo thanks to James Doyle
