Jon Choi
02c028b5fb
remove extra quotes
2017-08-23 11:43:54 -07:00
Dax T Games and Luiz Gonzaga dos Santos Filho
b889e38b1a
Fix persistent undo ( #758 ). Fixes #659
...
* Fix persistent undo
* fixed persistent undo
2017-06-06 11:01:06 +02:00
Luiz Gonzaga dos Santos Filho and GitHub
310902b947
Make .vundle files behave like vim files
2016-09-13 18:51:25 +02:00
Lin Dong
e8f0f4830b
Updated vimrc
...
Changed to create `~/.vim/backups` directory for `persistent_undo` only once.
2015-07-26 23:04:24 -07:00
Victor Mours
f38019e044
Auto indent pasted text in vim
...
'=' is to indent, '`]' is to do it until the end of the pasted text,
and '<C-o>' brings the cursor back to the start of the pasted text.
2015-07-17 10:49:44 +02:00
Dan Simmons
4907187a33
Moved .vimrc-level settings (pertaining to search) out of ./vim/settings/yadr-search.vim and into ./vimrc. Also removed unnecessary+problematic viminfo setting.
2015-01-08 13:56:43 -05:00
Sam Wilson
43a671a428
Update vimrc
2014-08-19 12:26:29 -05:00
Yan Pritzker
6fbfb168f7
Explain how to deal with unsolarized terminals in docs
2014-07-03 17:17:21 -04:00
jeremyclement
d0242e117f
test presence of persistent_undo module before use it. (prevent error msg for versions<703)
2013-11-15 16:08:30 +01:00
Yan Pritzker
46946c9b8b
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
Luiz Gonzaga dos Santos Filho
15faaab500
Externalizing and improving search configuration
2013-04-17 17:16:48 +02:00
Fabio Gallonetto
c3d44936c0
Move mapleader definition to vimrc
...
It seems that the mapleader has to be defined before vundle starts
to load the plugins. For this reason, I moved it from yadr-keymap
back into the vimrc. I'm sure it's not a big deal having the leader
mapped under the "general config" instead of inside settings.
2013-03-16 17:09:43 +00:00
Fabio Gallonetto and Fabio Gallonetto
52407ac34c
Change vimrc to use Vundle instead of pathogen
2013-03-16 17:09:38 +00:00
yan
d200995c79
Don't explicitly load plugins [ Close #118 ]
2012-07-10 10:09:56 -07:00
yan
fc3f4f337a
Auto create undodir [ Close #103 ]
2012-06-02 11:06:32 -07:00
Kyle West
09812e2240
Removed duplicate sourcing of vimrc.after. The other loads later and should be kept. Fixes #73
2012-04-05 11:32:38 -03:00
yan
fdf5e69ba4
Fix overzealous wildignore causing 'blog' directory to disappear [ Close #70 ]
2012-04-02 13:35:14 -07:00
yan
9edd62a6a4
Add set visuabell. [ Close #49 ]
2012-03-12 22:13:18 -05:00
yan
838fbadc99
Ignore images in wildignore
2012-03-12 12:03:02 -05:00
yan
ef1428ce73
Better wildignore for rails projects
2012-03-09 13:35:30 -08:00
Yan Pritzker
127a970c68
Add support for ~/.vimrc.after
2012-03-06 14:01:01 -08:00
Yan Pritzker
ac7efd9cf1
Explicitly load plugin files to ensure all keybindings are loaded [ Close #24 ]
2012-02-28 11:43:55 -08:00
Will Milton
59f10e5e88
persistent undo for cli vim.
...
Also had to create the backups directory, not sure where to do that.
2012-02-22 20:02:05 -06:00
yan
2e9fc1da72
Fix ctrlp settings that conflict with Fugitive [ closes #18 ]
2012-01-26 12:23:27 -08:00
Kyle West
5c06824e03
simple vimrc customizations. ~/.vimrc.before is loaded before everything. ~/.vimrc.after is loaded after all plugins load.
2012-01-25 14:26:23 -05:00
yan
68442f5a30
Remove CommandT and rebind ,t to CtrlP plugin
2012-01-24 10:33:33 -08:00
yan
c06bacd431
Added wildignore for ctrlp
2012-01-24 10:06:34 -08:00
yan and Yan Pritzker
9674873091
Vimrc cleanup - in clean easy to read sections
...
Moved appearance settings to plugin/settings/skwp-appearance.vim
2011-12-17 14:12:31 -08:00
yan
34b0c445e5
Added ,oq for open quickfix, and ,q to close it
2011-12-17 00:46:02 -08:00
yan and Yan Pritzker
f1a6d461a4
Removed space.vim, messing with semicolon mapping
2011-12-15 23:46:11 -08:00
yan and Yan Pritzker
8f193284a9
Make Cmd-Space work for completion always. Display tab numbers
2011-12-15 23:24:22 -08:00
yan and Yan Pritzker
a276cb35c3
Automatically write the file when we lose focus
2011-12-15 22:56:48 -08:00
yan
4ba95e6ff3
Fix neocompletion with ruby
2011-12-15 20:01:18 -08:00
yan and Yan Pritzker
2d8f106d43
Improve some keymaps, instead of overriding standard keys.
...
Added many convenience mappings for LustyJuggler such as
,lm for rails models, ,lc for controllers, etc
2011-12-12 20:42:54 -08:00
yan and Yan Pritzker
492408b767
Breaking vimrc apart into individual settings files in vim/plugin/settings
2011-12-12 18:21:42 -08:00
yan and Yan Pritzker
f077ff6d69
Updated README with latest keymap
2011-12-11 02:05:29 -08:00
yan
3ca799ebbf
Better key mappings for gitgrep which don't override standard behavior
2011-12-11 01:52:46 -08:00
yan and Yan Pritzker
24507c4de3
Extracted vim-git-grep-rails-partial plugin
2011-12-08 23:40:18 -08:00
yan and Yan Pritzker
77a6f1fb1c
Added Command-T with ,t mapping (although I prefer PeepOpen)
2011-12-08 02:13:43 -08:00
yan and Yan Pritzker
d6c79720ae
Moved ruby_focused_unit_test, pathogen to bundles, removed ragtag
2011-12-08 01:21:54 -08:00
yan
59301ec4e5
Updated bundles, use modern pathogen syntax in vimrc
2011-12-07 20:37:09 -08:00
yan
9335d7c60b
Added Command-Space for completions
2011-12-07 13:42:04 -08:00
yan
cf732d92d0
Added neocomplcache plugin for automatic completion
2011-12-07 13:35:25 -08:00
yan and Yan Pritzker
dfd66bbd22
modularized: gitgrep, lustyjuggler, greplace
2011-12-07 01:40:44 -08:00
yan and Yan Pritzker
80102f504b
Removed FindInNERDTree, now replaced with native function
2011-12-07 01:18:41 -08:00
yan and Yan Pritzker
87be0cf0ae
Moved autotag to submodule
2011-12-07 01:05:20 -08:00
yan and Yan Pritzker
0c4856935d
Installed latest showmarks plugin, forked solarized color scheme and improved on marks color
2011-12-07 00:32:08 -08:00
yan and Yan Pritzker
d268b0b2ba
Standardized naming of plugins in vim/bundle
2011-12-06 23:45:08 -08:00
yan and Yan Pritzker
9fabecb0fa
Removed all old bash cruft, supporting only zsh now. Improved README
2011-12-06 21:57:45 -08:00
yan
0b8c86ccd5
Broke out rspec/ruby conque integration into separate plugin: https://github.com/skwp/vim-ruby-conque
2011-12-06 20:41:57 -08:00