Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 2.02 KB

README.markdown

File metadata and controls

68 lines (50 loc) · 2.02 KB

vimdis

An easy way to start using vim, pre-configured and with some useful plugins installed by default. Also you can install language support and tools effortlessly.

Why?

I wanted an easy way to share my vim configuration among different computers and colleagues.

Install

Follow this steps:

  1. git clone git://github.com/IPGlider/vimdis.git ~/.vim
  2. cd ~/.vim
  3. rake install
  4. Profit

Included plugins

Language tools

To install plugins and tools for a language just do:

  1. cd ~/.vim
  2. rake bundle:name

where name is the one you want to install.

Included bundles

Update

If you want to update vimdis and delfault plugins:

  1. cd ~/.vim
  2. rake update
  3. rake upgrade
  4. Install the bundles you want

More

  • <Leader> is mapped to ,
  • <Leader> + i indent code
  • <Leader> + s strip trailing whitespaces
  • <Leader> + t toggle tagbar
  • <Leader> + b toggle minibufexpl
  • <Leader> + n next buffer
  • <Leader> + p previous buffer

In ~/.vimrc.local you can put your own options.