hgimenez / vimfiles forked from akitaonrails/vimfiles
- Source
- Commits
- Network (39)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
445729a
commit 445729afcd73c0a2d76a9401b78a20e478be2570
tree 32ff7383deead43b46f849f5ceb9c23f102380e6
parent f7041ff3f7fe6cc152e688df122eef0cfb398bba
tree 32ff7383deead43b46f849f5ceb9c23f102380e6
parent f7041ff3f7fe6cc152e688df122eef0cfb398bba
vimfiles /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.textile | ||
| |
after/ | Sat Jan 10 05:47:31 -0800 2009 | |
| |
autoload/ | ||
| |
bin/ | ||
| |
colors/ | ||
| |
compiler/ | Mon Jun 02 15:58:08 -0700 2008 | |
| |
doc/ | ||
| |
ftdetect/ | ||
| |
ftplugin/ | ||
| |
indent/ | ||
| |
macros/ | Sun Dec 07 16:37:23 -0800 2008 | |
| |
plugin/ | ||
| |
rgb.txt | ||
| |
ruby/ | Sat Oct 18 21:50:45 -0700 2008 | |
| |
snippets/ | Tue Jan 13 16:12:45 -0800 2009 | |
| |
syntax/ | ||
| |
syntax_checkers/ | Wed Sep 23 22:01:13 -0700 2009 | |
| |
templates/ | Wed Nov 05 14:14:50 -0800 2008 | |
| |
tmp/ | ||
| |
vimrc |
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

