Vim configuration files Forked from https://github.com/vgod/vimrc.
Use curl (for Mac OS X):
curl -o - https://raw.github.com/driver2000/vim-dot-files/master/auto-install.sh | sh
or wget (for most UNIX platforms):
wget -O - https://raw.github.com/driver2000/vim-dot-files/master/auto-install.sh | sh
Check out from github
git clone git://github.com/driver2000/vim-dot-files.git ~/.vim
cd ~/.vim
git submodule update --init
Install ~/.vimrc and ~/.gvimrc
./install-vimrc.sh
(Optional, if you want Command-T) Compile the Command-T plugin
cd .vim/bundle/command-t/ruby/command-t
ruby extconf.rb
make
I've compiled and plotted a Vim Cheat Sheet for beginners. Welcome to download and learn Vim with it.
- Vim Visual Cheat Sheet (PNG)
- Vim Visual Cheat Sheet (PDF)
- Vim入門圖解 Chinese Ver. (PNG)
- Vim入門圖解 Chinese Ver. (PDF)
These Vim Visual Cheat Sheets are released under Creative Commons Attribution-ShareAlike 3.0 Unported License.
