Skip to content
forked from mislav/vimfiles

vim configuration – Ruby, Rails, etc...

Notifications You must be signed in to change notification settings

rbriank/vimfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rbriank's vim configuration

Thanks to these guys:

My configuration uses Pathogen and git submodules. (But you don't need to care about any of that.)

Installation:

Prerequisites: ruby, git.

  1. Move your existing configuration somewhere else:
    mv ~/.vim* ~/.gvim* my_backup
  2. Clone this repo into ".vim":
    git://github.com/rbriank/vimfiles.git ~/.vim
  3. Go into ".vim" and run "rake":
    cd ~/.vim && rake

This will install "/.vimrc" and "/.gvimrc" symlinks that point to files inside the ".vim" directory.

To add a new plugin: $ cd ~/.vim/ $ git init

git submodule add https://github.com/msanders/snipmate.vim.git bundle/snipmate

Features:

  • 2 spaces, no tabs
  • incremental, case-insensitive search
  • 'Leader' character mapped to "," (comma)
  • ,f opens file search via :CommandT plugin
  • ,, switches between two last buffers
  • <C-j/k/h/l> switches between windows (no need to prepend <C-w>)
  • cursor keys for movement disabled!

Plugins:

  • ack
  • command-t
  • commentary
  • endwise
  • fugitive
  • rails
  • javascript
  • ruby
  • surround
  • repeat
  • syntastic

Colors:

  • vividchalk

About

vim configuration – Ruby, Rails, etc...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Vim Script 97.9%
  • Ruby 2.1%