dotar/vim/plugin/settings
Yan Pritzker 8ce49daaa0 Revert "Change indent/unindent behaviour in visual mode"
This is not good for normal vim behavior. You should be able to hit '.'
to repeat the last command. This change breaks that with respect to
indenting.

This reverts commit 72ff8f33db.
2013-05-01 11:21:19 -05:00
..
abbr.vim rbf abbreviation for rspec before block 2012-11-28 13:28:56 -06:00
autotag.vim Breaking vimrc apart into individual settings files in vim/plugin/settings 2011-12-12 18:21:42 -08:00
camelcasemotion.vim Needed to get camelcasemotion to work inside commands such as dW 2012-03-13 12:11:02 -03:00
conqueterm.vim Merged spec finder and conque spec runner into one plugin 2012-05-30 01:34:34 -07:00
ctrlp.vim Undo zm mapping which conflicts with folding. Jump to method now Cmd-Shift-M 2012-11-16 12:19:30 -06:00
easymotion.vim Switch to @skwp fork of EasyMotion for vimperator style two character targets 2012-05-15 08:50:32 -05:00
fugitive.vim Renamed vim/plugion/settings/fugitive.git to vim/plugin/settings/fugitive.vim. Fixes issue #249 2013-02-28 15:55:03 +01:00
gh-markdown.vim Github flavored markdown support 2012-10-09 14:07:23 -07:00
git-grep.vim Made conque and gitgrep play nice with each other by killing each other's windows to prevent sizing problems 2012-06-06 22:15:43 -07:00
gotofile.vim Made ,gf / ctrl-f aware of line numbers 2012-09-27 11:12:38 -07:00
grep.vim Fix setting of Gsearch to silver searcher ag 2013-03-29 10:04:28 -07:00
gundo.vim Gundo config 2011-12-12 20:55:35 -08:00
jquery.vim Bundles for better javascript highlighting and tag highlighting 2012-11-16 09:31:59 -06:00
lusty-juggler.vim Leader is now comma; General keymap cleanup - see README 2012-01-20 18:01:06 -08:00
neocomplcache.vim Prevent neocomplcache hanging in python [Fix #163] 2012-11-13 10:50:56 -06:00
NERDtree-tabs.vim Upgraded all plugins to most recent 2012-05-31 13:57:57 -07: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
open-changed-files.vim Added ,ocf for opening changed files (stolen from @garybernhardt) 2012-04-27 00:35:48 -07:00
outerblock.vim Added outer ruby block functionality 2012-10-01 17:16:15 -07:00
persistent-undo.vim Leader is now comma; General keymap cleanup - see README 2012-01-20 18:01:06 -08:00
powerline.vim Fixed bug in #160 2012-09-13 05:41:13 +03:00
quickfix-search.vim Switching from Ack to Ag 2013-04-25 21:34:56 +01:00
rails.vim Revert "Added ,mm to switch to mailer while in view" 2013-03-08 10:00:38 -06:00
README.md organized config files and suggested new naming convention (see settings/README). 2012-01-25 13:47:44 -05:00
rspec.vim Change ,bf mapping conflicting with buffer list ,b 2012-07-10 10:09:33 -07:00
showmarks.vim Breaking vimrc apart into individual settings files in vim/plugin/settings 2011-12-12 18:21:42 -08:00
smart_jump_to_tag.vim Removed unused / not working ,,f ,,F aliases 2013-02-27 08:43:56 -06:00
solarized.vim Improved sass colors 2013-02-15 20:22:09 -06:00
stop-visual-paste-insanity.vim Prevent pasting in visual mode from overwriting paste buffer 2012-10-08 21:04:44 -07:00
surround.vim Custom surround.vim ability to wrap #{ruby} variables using s# motion 2011-12-17 13:27:01 -08:00
syntastic.vim Upgraded syntastic; Removed javaScriptLint plugin - replaced with syntastic 2012-03-06 10:43:26 -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
tidy.vim Added ,gt html tidy command 2013-01-10 10:25:02 -06:00
unimpaired.vim Improve some keymaps, instead of overriding standard keys. 2011-12-12 20:42:54 -08:00
vim-fugitive.vim Add fugitive navigation enhancements 2013-04-09 17:42:00 +01: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 Remove hardcoding to use rspec1. The plugin will determine which one you have 2012-04-16 09:47:31 -07:00
vim-ruby-debugger.vim Added vim-ruby-debugger - real ide style debugging in vim 2012-06-06 22:16:59 -07:00
yadr-appearance.vim Add solarized theme to console vim 2013-04-07 16:38:25 +01:00
yadr-append-semicolon.vim Improving semicolon insertion at the end of the line 2013-04-06 23:53:49 +02: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 Revert "Change indent/unindent behaviour in visual mode" 2013-05-01 11:21:19 -05:00
yadr-search.vim Externalizing and improving search configuration 2013-04-17 17:16:48 +02: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 Never nuke a NERDTree using Q 2012-06-11 10:48:47 -05:00
yadr-wrapping.vim fixed wrapping keymaps so they don't conflict with tabs. 2012-01-25 21:09:33 -05:00
yankring.vim Remove bogus unmap 2012-07-20 17:17:44 -07: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.