diabolo / vim-config

vim config based on pathogen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim Files

To use this configuration you need

  1. Have a working ruby
  2. Have vim installed with ruby support

Then you need to

  1. Back up existing vim files

  2. Checkout this repository to ~/.vim

     git clone git@github.com:diabolo/vim-config.git .vim
    
  3. Link .vimrc and .gvimrc to the vimrc and gvimrc files in this folder

  4. Run ./update_bundles in your .vim folder

Credits

This config comes from Tammer Saleh

Usage

This configuration's purpose is to support programming Rails applications effectively. To do this it has some opinions about how things should be done. However its knowledge of Vim is very limited, and this config is very much work in progress. So if you think things should be done differently then fork it, make the changes and submit a pull request.

File Navigation

Use Command-T to locate files, open files and open files that are already open (manage buffers). When working in a Rails project use the alternative file from rails.vim in addition to this <:A>

Usage Example

  • navigate to folder in command prompt
  • open vim (do not pass in folder as parameter) $ vim
  • press ,t to activate command-t plugin

Immediately useful commands are:

  • <Ctrl-c> - close command-T
  • <Enter> - open selected file
  • type in text - restrict files in the list

Get help on plugin with :help command-t

Vimrc entries

Generally each entry will be documented by

  1. a comment
  2. the commit message of the change

About

vim config based on pathogen


Languages

Language:Vim Script 84.2%Language:Ruby 15.8%