hgimenez / vimfiles forked from akitaonrails/vimfiles

Took akitaonrails' version, added my stuff, kept what I liked, dropped what I didn't.

This URL has Read+Write access

README.textile

1. Usage

In your home directory (Linux or Mac), run:


mv ~/.vim ~/vim_old # backup your old .vim folder
git clone git://github.com/hgimenez/vimfiles.git ~/.vim

mv ~/.vimrc ~/vimrc_old
ln -s ~/.vim/vimrc ~/.vimrc

If you’re using Windows do the following under C:\Documents and Settings\Your_User


git clone git://github.com/hgimenez/vimfiles.git vimfiles

Still on Windows, run the following command in a Command Prompt console:


cd %HOME%\vimfiles

vim after\plugin\snippets.vim +":%s/.vim/vimfiles/g" +":x!"
vim plugin\fuzzyfinder_textmate.vim +":%s/.vim/vimfiles/g" +":x!"
vim vimrc +":%s/<c-f>/<c-t>/g" +":x!"

copy /y vimrc ..\_vimrc

References

  • MacVim – http://code.google.com/p/macvim/
  • gVim – http://www.vim.org/download.php#pc
  • Using Vim as a Complete Ruby on Rails IDE – http://biodegradablegeek.com/2007/12/using-vim-as-a-complete-ruby-on-rails-ide/
  • Why, oh WHY, do those #?@! nutheads use vi? – http://www.viemu.com/a-why-vi-vim.html
  • Efficient Editing With vim – http://jmcpherson.org/editing.html
  • Byte of Vim – http://www.swaroopch.com/notes/Vim

About

This is a shameless fork of akitaonrails’ files. Plugins and vimrc where merged with my settings.

You can find the Envy Code R font at http://damieng.com/blog/2008/05/26/envy-code-r-preview-7-coding-font-released