Skip to content

xiaozhiwen/vim-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zer4tul's vim configuration files.

Installation:

Automatic Installation:

curl https://raw.github.com/zer4tul/vim-config/master/tools/bootstrap.sh -L -o - | sh

Manually Installation:

Clone the Git Repo from github:

git clone git://github.com/zer4tul/vim-config.git ~/.vim

Create symlinks:

ln -s ~/.vim/vimrc ~/.vimrc ln -s ~/.vim/gvimrc ~/.gvimrc

Switch to the ~/.vim directory, and fetch Vundle:

cd ~/.vim git clone http://github.com/gmarik/vundle.git $HOME/.vim/bundle/vundle

Note:

  • The installation method all above are ONLY FOR UNIX-LIKE SYSTEMS. I'll add the installation method for M$ Windows later.
  • The color scheme used by default in the config file is Solarized. And included flazz's vim-colorschemes colletion. If you don't like it, you can spicify another.

Special Thanks To

  • gmarik for vundle. Which makes plugin managment much more easier.
  • klen for python-mode. Which makes creating python code in vim much more interesting.
  • spf13 for his ultra vim config: spf13-vim. It's really awesome. Lot's of settings in this configuration comes from his vimrc file.

Reference

  • Vim keyboard cheatsheet keyboard_cheatsheet

About

Zer4tul's vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published