cassiomarques / cmarques-vimfiles
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.VimballRecord | Wed Dec 30 10:11:54 -0800 2009 | |
| |
.gitignore | Sat May 30 08:41:46 -0700 2009 | |
| |
README.textile | Mon Aug 17 16:46:03 -0700 2009 | |
| |
after/ | Mon Aug 17 16:36:59 -0700 2009 | |
| |
autoload/ | Wed Dec 30 10:11:54 -0800 2009 | |
| |
bin/ | Sun Jun 21 18:03:34 -0700 2009 | |
| |
colors/ | Wed Dec 30 10:11:54 -0800 2009 | |
| |
compiler/ | Sat May 30 08:41:46 -0700 2009 | |
| |
doc/ | Wed Dec 30 10:11:54 -0800 2009 | |
| |
ftdetect/ | Mon Jun 01 05:16:34 -0700 2009 | |
| |
ftplugin/ | Thu Nov 19 14:28:48 -0800 2009 | |
| |
indent/ | Thu Nov 19 14:28:48 -0800 2009 | |
| |
macros/ | Sat May 30 08:41:46 -0700 2009 | |
| |
plugin/ | Wed Dec 30 10:11:54 -0800 2009 | |
| |
rgb.txt | Sat May 30 08:41:46 -0700 2009 | |
| |
ruby/ | Sat May 30 08:41:46 -0700 2009 | |
| |
snippets/ | Fri Jan 01 09:57:32 -0800 2010 | |
| |
syntax/ | Wed Dec 30 10:11:54 -0800 2009 | |
| |
templates/ | Sat May 30 08:41:46 -0700 2009 | |
| |
vimrc | Sun Nov 22 11:49:28 -0800 2009 |
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/cassiomarques/cmarques-vimfiles.git ~/.vim
mv ~/.vimrc ~/vimrc_old
mv ~/.vim/vimrc ~/.vimrc
Monaco is for Mac, Consolas is for Windows. 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
