This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 85ec14cf2f7595205afef2b8ccb299928cfca50c
tree 81f2cc6d19c0a9dd6a759c517e9706bd4194a8e8
parent 79c7574eb1b2b16f270c06b17ab90b3dedfc78cc
tree 81f2cc6d19c0a9dd6a759c517e9706bd4194a8e8
parent 79c7574eb1b2b16f270c06b17ab90b3dedfc78cc
vimfiles /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Apr 27 22:42:24 -0700 2009 | |
| |
README.textile | Mon Apr 27 22:37:47 -0700 2009 | |
| |
after/ | Wed Sep 09 07:08:20 -0700 2009 | |
| |
autoload/ | Wed Nov 19 00:01:38 -0800 2008 | |
| |
bin/ | Mon Apr 27 22:24:23 -0700 2009 | |
| |
colors/ | Sat Nov 01 05:41:07 -0700 2008 | |
| |
compiler/ | Mon Jun 02 15:58:08 -0700 2008 | |
| |
doc/ | Sun Dec 28 17:56:38 -0800 2008 | |
| |
ftdetect/ | Wed Oct 29 20:15:36 -0700 2008 | |
| |
ftplugin/ | Wed Oct 29 20:15:36 -0700 2008 | |
| |
indent/ | Wed Oct 29 20:15:36 -0700 2008 | |
| |
macros/ | Sun Dec 07 16:37:23 -0800 2008 | |
| |
plugin/ | ||
| |
rgb.txt | Fri Nov 07 18:41:54 -0800 2008 | |
| |
ruby/ | Sat Oct 18 21:50:45 -0700 2008 | |
| |
snippets/ | Tue Jan 13 16:12:45 -0800 2009 | |
| |
syntax/ | Wed Oct 29 20:15:36 -0700 2008 | |
| |
templates/ | Wed Nov 05 14:14:50 -0800 2008 | |
| |
vimrc |
README.textile
Usage
In your home directory (Linux or Mac), run:
mv ~/.vim ~/vim_old # backup your old .vim folder
git clone git://github.com/akitaonrails/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/akitaonrails/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/desert/vibrantink/g" +":x!"
vim vimrc +":%s/monaco/Consolas:h12/g" +":x!"
vim vimrc +":%s/<c-f>/<c-t>/g" +":x!"
copy /y vimrc ..\_vimrc
Monaco is for Mac, Consolas is for Windows (if you donīt have the new Office nor
Visual Studio installed. download from this URL: http://www.microsoft.com/downloads/details.aspx?familyid=22e69ae4-7e40-4807-8a86-b3d36fab68d3&displaylang=en).
Under Linux better try “Bitstream Vera Sans Mono”
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








