Commit Graph

50 Commits

Author SHA1 Message Date
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
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
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
f1a6d461a4 Removed space.vim, messing with semicolon mapping 2011-12-15 23:46:11 -08:00
yan
8f193284a9 Make Cmd-Space work for completion always. Display tab numbers 2011-12-15 23:24:22 -08:00
yan
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
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
492408b767 Breaking vimrc apart into individual settings files in vim/plugin/settings 2011-12-12 18:21:42 -08:00
yan
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
24507c4de3 Extracted vim-git-grep-rails-partial plugin 2011-12-08 23:40:18 -08:00
yan
77a6f1fb1c Added Command-T with ,t mapping (although I prefer PeepOpen) 2011-12-08 02:13:43 -08:00
yan
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
dfd66bbd22 modularized: gitgrep, lustyjuggler, greplace 2011-12-07 01:40:44 -08:00
yan
80102f504b Removed FindInNERDTree, now replaced with native function 2011-12-07 01:18:41 -08:00
yan
87be0cf0ae Moved autotag to submodule 2011-12-07 01:05:20 -08:00
yan
0c4856935d Installed latest showmarks plugin, forked solarized color scheme and improved on marks color 2011-12-07 00:32:08 -08:00
yan
d268b0b2ba Standardized naming of plugins in vim/bundle 2011-12-06 23:45:08 -08:00
yan
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
yan
0b7179f6a4 Added 'gcp' alias to comment current paragraph
Follows tComment's 'gcc' alias for comment current line.
2011-12-06 00:33:28 -08:00
yan
2f77a18b22 Color cleanup 2011-12-06 00:32:51 -08:00
yan
a70eaa29d4 Turn off case insensitive search, change easymotion to use only homerow keys and other nearby keys 2011-12-03 00:01:54 -08:00
yan
21b60db381 Apple-k, Apple-K for underscores and dashes 2011-11-30 01:16:49 -08:00
yan
0fcd53f289 Made yw behave like yaw, and changed EasyMotion to use only lower case keys to reduce dependence on shift 2011-11-30 00:30:41 -08:00
yan
6ac3e13e99 Remap W to write the file, Cc to copy current command to the vim command line 2011-11-29 16:56:49 -08:00
yan
5d05414b3f Added willmorgan git helper scripts in bin/willmorgan 2011-11-22 13:23:59 -06:00
yan
34bc83671f Clean up conflict of M window move with marks
(changed M to \m for show marks)
2011-11-22 10:36:10 -06:00
yan
f0032b0a9b Fix window moving commands conflicting with M (show marks) 2011-11-21 15:01:16 -06:00
yan
7fde14c51b Fix issue causing file not found, affecting gf (go to file) for rails 2011-11-18 15:27:42 -06:00
yan
882015bc6d Initial commit. 2011-11-17 16:00:49 -06:00