dotar/vim/settings
2017-03-10 21:45:31 +08:00
..
abbr.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
ag.vim ,ag and ,af for invoking :Ag and :AgFile 2013-12-16 10:24:32 -06:00
autotag.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
camelcasemotion.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
ctrlp.vim ,jj to get to javascript files 2016-10-07 09:47:35 -05:00
easymotion.vim Switch to lokaltog easymotion instead of skwp fork [Fix #447] 2014-06-17 11:30:57 -05:00
es6.vim Treat ES6 extension files as javascript 2016-01-29 10:43:51 -06:00
fugitive.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
gh-markdown.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
gotofile.vim Unmap ctrl-f which overrides normal vim behavior 2015-07-26 21:56:08 -05:00
grep.vim Make :Gsesarch way faster - requires to :BundleUpdate to get latest skwp/greplace.vim 2013-11-14 22:43:38 -06:00
gundo.vim merge from old 2017-03-10 17:14:30 +08:00
iterm-rspec.vim Fix zeus alias 2015-10-27 11:58:46 -05:00
lightline.vim Modified setings of lightline to match the README in the lightline project Added indication of paste mode, added functions instead of code in call of components, added git branch glyph, added path to file being edited 2014-11-11 14:53:28 +01:00
markdown.vim merge from old 2017-03-10 17:14:30 +08:00
neocomplete.vim Change Cmd-Space to Ctrl-Space for autocomplete 2015-06-02 19:03:09 -05:00
NERDtree-tabs.vim merge from old 2017-03-10 17:14:30 +08:00
NERDtree.vim merge from old 2017-03-10 17:14:30 +08:00
next-textobject.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
open-changed-files.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
outerblock.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
path.vim set shell=/usr/bin/zsh instead of bash to make yadr stop suspending vim editing file 2017-03-10 19:24:41 +08:00
python-mode.vim max line-width to 120 through pymode parameters 2017-03-10 21:45:31 +08:00
quickfix-search.vim Replace GitGrep with Ag 2014-02-15 21:08:32 -06:00
rails.vim Fix shortcuts for deprecated Rails.vim commands 2015-06-23 13:38:44 -05:00
README.md Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
rspec.vim \sp for specify {} blocks 2014-08-07 11:36:39 -05:00
search.vim Remap K to ,k for search so you don't accidentally lock up vim 2017-01-16 11:59:52 -06:00
showmarks.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
smart_jump_to_tag.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
sneak.vim Sneak: hit Space and type two letters to quickly jump somewhere 2014-02-01 13:37:55 -06:00
solarized.vim Revert "Merge pull request #701 from yjlintw/upstream" 2016-04-28 15:44:34 -05:00
surround.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
syntastic.vim max line-width to 120 through pymode parameters 2017-03-10 21:45:31 +08:00
tagbar.vim merge from old 2017-03-10 17:14:30 +08:00
tComment.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
tern_for_vim.vim merge from old 2017-03-10 17:14:30 +08:00
tidy.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
ultisnips.vim merge from old 2017-03-10 17:14:30 +08:00
unimpaired.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
vim-fugitive.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
vim-indent-guides.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
vim-multiple-cursors.vim Change multicursor to use ,mc instead of Ctrl-m which was screwing up other behavior 2013-12-16 08:43:09 -06:00
vim-session.vim Silence vim-session dialogs 2013-10-21 17:08:21 -05:00
vim-tmux-navigator.vim Fixed keybinding conflict introduced as part of #526. 2014-10-24 17:28:04 -04:00
yadr-appearance.vim If you don't use a solarized terminal, you have to set g:yadr_using_unsolarized_terminal now [Ref #487] 2014-07-03 17:11:41 -04:00
yadr-guioptions.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
yadr-keymap-linux.vim Remove duplicate window split mappings 2014-12-31 13:27:59 +06:00
yadr-keymap-mac.vim Remove duplicate window split mappings 2014-12-31 13:27:59 +06:00
yadr-keymap.vim merge from old 2017-03-10 17:14:30 +08:00
yadr-sudo-write.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
yadr-whitespace-killer.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
yadr-window-killer.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
yadr-wrapping.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
yankring.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
YouCompleteMe.vim merge from old 2017-03-10 17:14:30 +08: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.