dotar/vim/plugin/settings
2012-01-24 10:33:33 -08:00
..
autotag.vim Breaking vimrc apart into individual settings files in vim/plugin/settings 2011-12-12 18:21:42 -08:00
coffeescript.vim Added coffeescript and stylus support 2012-01-22 18:47:55 -08:00
conqueterm.vim Make conqueTerm behave nicer when running long running commands inside it 2011-12-20 23:17:08 -08:00
ctrlp.vim Remove CommandT and rebind ,t to CtrlP plugin 2012-01-24 10:33:33 -08:00
easymotion.vim Added ZoomWin and bound ,, to zoom and unzoom current window 2011-12-16 00:04:14 -08:00
fugitive.git Fix keybindings for fugitive: ,dg = :diffget 2012-01-22 18:50:01 -08:00
git-grep.vim ,K - Git grep up to next exclamation. Useful for ruby method grepping 2012-01-20 19:17:35 -08:00
guioptions.vim Breaking vimrc apart into individual settings files in vim/plugin/settings 2011-12-12 18:21:42 -08:00
gundo.vim Gundo config 2011-12-12 20:55:35 -08:00
lusty-juggler.vim Leader is now comma; General keymap cleanup - see README 2012-01-20 18:01:06 -08:00
neocomplcache.vim Make Cmd-Space work for completion always. Display tab numbers 2011-12-15 23:24:22 -08:00
NERDtree-tabs.vim Do not open nerd tree on startup 2011-12-19 00:14:06 -08:00
NERDtree.vim Leader is now comma; General keymap cleanup - see README 2012-01-20 18:01:06 -08:00
next-textobject.vim Added steve losh next-textobject functionality. vinb to visual inside next set of parens 2012-01-20 19:21:27 -08:00
persistent-undo.vim Leader is now comma; General keymap cleanup - see README 2012-01-20 18:01:06 -08:00
quickfix-search.vim ,q/ ,qg/ ,qa/ Quickfix search aliases inspired by Steve Losh 2012-01-20 18:44:03 -08:00
README.md Breaking vimrc apart into individual settings files in vim/plugin/settings 2011-12-12 18:21:42 -08:00
rspec_pending_to_xit.vim Added rspec pending to xit feature. Use: ,rxit 2012-01-03 09:44:55 -08:00
showmarks.vim Breaking vimrc apart into individual settings files in vim/plugin/settings 2011-12-12 18:21:42 -08:00
skwp-appearance.vim Vimrc cleanup - in clean easy to read sections 2011-12-17 14:12:31 -08:00
skwp-keymap.vim Added coffeescript and stylus support 2012-01-22 18:47:55 -08:00
solarized.vim Remove CommandT and rebind ,t to CtrlP plugin 2012-01-24 10:33:33 -08:00
statusline.vim Improve status line colors (solarized) 2011-12-13 01:30:29 -08:00
sudo-write.vim Use w!! to sudo write; Fixed up README file for comma leader 2012-01-20 18:46:59 -08:00
surround.vim Custom surround.vim ability to wrap #{ruby} variables using s# motion 2011-12-17 13:27:01 -08:00
syntastic.vim Breaking vimrc apart into individual settings files in vim/plugin/settings 2011-12-12 18:21:42 -08:00
tComment.vim Breaking vimrc apart into individual settings files in vim/plugin/settings 2011-12-12 18:21:42 -08:00
Tlist.vim Breaking vimrc apart into individual settings files in vim/plugin/settings 2011-12-12 18:21:42 -08:00
unimpaired.vim Improve some keymaps, instead of overriding standard keys. 2011-12-12 20:42:54 -08:00
vim-indent-guides.vim Added vim-indent-guides, upgraded skwp-vim-rspec 2011-12-23 21:11:06 -08:00
vim-ruby-conque.vim Vimrc cleanup - in clean easy to read sections 2011-12-17 14:12:31 -08:00
whitespace-killer.vim Change whitespace cleaner to ,w 2012-01-06 10:31:24 -08:00
window-killer.vim Changed 'Q' to intelligently close window or kill buffer if it's the last one 2011-12-22 11:55:18 -08:00

This directory contains settings for various vim plugins and vim itself.

For cleanliness, each plugin's overrides/settings should be put into a separate file.