dotar/vim/plugin/settings
2012-01-25 21:19:07 -05: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
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 organized config files and suggested new naming convention (see settings/README). 2012-01-25 13:47:44 -05: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
solarized.vim Remove CommandT and rebind ,t to CtrlP plugin 2012-01-24 10:33:33 -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
tagbar.vim Replace taglist with tagbar 2012-01-24 10:38:33 -08:00
tComment.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
yadr-appearance.vim organized config files and suggested new naming convention (see settings/README). 2012-01-25 13:47:44 -05:00
yadr-guioptions.vim organized config files and suggested new naming convention (see settings/README). 2012-01-25 13:47:44 -05:00
yadr-keymap.vim is it possible to have tab 0? I don't think so, so I removed the mapping. 2012-01-25 21:19:07 -05:00
yadr-statusline.vim organized config files and suggested new naming convention (see settings/README). 2012-01-25 13:47:44 -05:00
yadr-sudo-write.vim organized config files and suggested new naming convention (see settings/README). 2012-01-25 13:47:44 -05:00
yadr-whitespace-killer.vim organized config files and suggested new naming convention (see settings/README). 2012-01-25 13:47:44 -05:00
yadr-window-killer.vim Merge branch 'master' into vim-tweaks 2012-01-25 16:11:37 -05:00
yadr-wrapping.vim fixed wrapping keymaps so they don't conflict with tabs. 2012-01-25 21:09:33 -05:00

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

Plugin Settings

Each plugin's overrides/settings should be put in a separate file named {plugin-name}.vim.

Vim Settings

General vim overrides/settings should be put in a separate file named yadr-{descriptive-name}.vim.