marshallmick's vim configuration
Edited fork of Mislav's vim configuration
Thanks to these guys:
- Mislav
- [Gary Bernhardt](http://destroyallsoftware.co m),
- Drew Neil,
- Tim Pope,
- and the Janus project.
My configuration uses Pathogen and git submodules.
Installation:
Prerequisites: git.
- Move your existing configuration somewhere else:
mv .vim* .gvim* my_backup
- Clone this repo into ".vim":
git clone https://github.com/marshallmick007/vimfiles ~/.vim
- Go into ".vim" and run "rake":
cd ~/.vim && rake
This will install "/.vimrc" and "/.gvimrc" symlinks that point to
files inside the ".vim" directory.
Features:
- 2 spaces, no tabs
- Autoclose parens and brackets complements of autoclose.vim
- incremental, case-insensitive search
- 'Leader' character mapped to "," (comma)
,f
opens file search via :CtrlP plugin,b
opens easybuffer in a horizontal buffer,,
switches between two last buffers<C-j/k/h/l>
switches between windows (no need to prepend<C-w>
)
Plugins:
- ack
- CtrlP
- commentary
- endwise
- fugitive
- markdown
- rails
- haml
- scss
- coffee-script
- autoclose
- powerline w/custom Menlo Regular font
- snipmate
- easybuffer
updated 10/4/2012