Commit Graph

596 Commits

Author SHA1 Message Date
yan
10da9de4ff Remove autocmd causing problems. Add mapping for running specs 2011-12-23 21:06:22 -08:00
yan
0d51708808 Jump to common rails dirs with ,jm ,jc ,jv ,jh etc..using CommandT
LustyJuggler ,l[something] deprecated in favor of CommandT
because CommandT does fuzzy matching. Which means you can hit
,jm (jump to model) and fuzzy type a model name. Doing this
matches much more intelligently than a typical commandT call
because it's already constrained to what you want.
2011-12-23 14:14:55 -08:00
yan
476e72ba63 Changed 'Q' to intelligently close window or kill buffer if it's the last one 2011-12-22 11:55:18 -08:00
Nicola Paolucci
d8dd68e9d6 GitGrep mapping ,gg now closes the quotes and puts the cursor in the middle. You only need to press enter. 2011-12-22 15:39:53 +01:00
yan
2463d339da Better colors for solarized search and cursor 2011-12-22 00:27:19 -08:00
yan
0931010771 Upgraded vim-rspec to latest 2011-12-22 00:27:11 -08:00
yan
0a1216e75a Upgraded skwp-vim-rspec 2011-12-21 02:54:35 -08:00
yan
79659329df Upgraded skwp-vim-rspec 2011-12-21 02:44:22 -08:00
yan
298d2c23e4 New version of skwp-vim-rspec 2011-12-21 00:00:53 -08:00
yan
1b9172e912 Minor keymap changs, README cleanup 2011-12-20 23:48:33 -08:00
yan
dfba9054c1 Added vim-rspec plugin forked from taq/vim-rspec, with fixes 2011-12-20 23:17:50 -08:00
yan
0eab6e9ad6 Make conqueTerm behave nicer when running long running commands inside it 2011-12-20 23:17:08 -08:00
yan
50916e5a54 Improve visual select color, as well as CommandT 2011-12-20 02:09:34 -08:00
yan
83cc769f7b Remove PeepOpen plugin, using CommandT only now 2011-12-20 02:08:04 -08:00
yan
ef1e1d7cee Added new textobjects - ruby symbol (va:), function args (vaa) 2011-12-20 01:58:23 -08:00
yan
c65fd9424b Added Extradite git log parser (use :Extradite with a file open) 2011-12-19 01:19:03 -08:00
yan
349f992d80 Do not open nerd tree on startup 2011-12-19 00:14:06 -08:00
yan
5cf12e2110 Added :Rfastspec command to find specs in fast_spec dir (or ,lf with lusty juggler) 2011-12-19 00:14:06 -08:00
yan
8e68cbeac0 Added splitjoin plugin. Use sj and sk to split and join hashes into multiple lines. 2011-12-18 01:38:03 -08:00
yan
5002f51491 Replaced align.vim with tabular.vim because it is more popular 2011-12-18 01:21:59 -08:00
yan
3cc2d28114 Added align.vim plugin. Use :Align= to align by equals sign. 2011-12-17 14:43:58 -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
b125a96fb8 Custom surround.vim ability to wrap #{ruby} variables using s# motion 2011-12-17 13:27:01 -08:00
yan
f3a3ef7713 Added yankring plugin - after pasting use Ctrl-p/n
Cycle through old pastes using Ctrl-p/Ctrl-n after
making a paste (using standard p character)
2011-12-17 13:25:53 -08:00
yan
34b0c445e5 Added ,oq for open quickfix, and ,q to close it 2011-12-17 00:46:02 -08:00
yan
9fd41ecac9 Added textxobj plugins for more awesome 'nouns'
vae - visual around entire (doc), vada visual around date
of course you can use any verb (c/d/y/v) with the ae/ai/ada/ida
nouns
2011-12-16 01:03:17 -08:00
yan
ceaf82503f Anonymous bookmarking with ,bb ,bn ,bp ,bc 2011-12-16 00:30:43 -08:00
yan
affd42eee3 Added ZoomWin and bound ,, to zoom and unzoom current window 2011-12-16 00:04:14 -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
c50e917b6c Add slime.vim: Use ctrl-c ctrl-c to send text to irb in a screen session
Start a screen session using: screen -S sess pry
This creates a session named "sess" running pry
Now use ctrl-c, ctrl-c. First time you use it will ask
for the session name, give it 'sess'. Next time will
be automatic. The text will end up in your screen.
2011-12-15 23:07:50 -08:00
yan
ed3aacdbc9 Added: vim-space for spacebar motion repeats, ruby block and indent block manipulation plugins 2011-12-15 22:41:56 -08:00
yan
a55c338cdf Improving keybindings to not interfere with standard things 2011-12-15 22:20:51 -08:00
yan
9dcae00026 Added zencoding plugin for html manipulation 2011-12-15 22:20:37 -08:00
yan
3a1968fcc2 Keybindings ,rt for opening a Ruby Test (spec) in a split and ,n for NerdTree 2011-12-15 20:01:38 -08:00
yan
4ba95e6ff3 Fix neocompletion with ruby 2011-12-15 20:01:18 -08:00
yan
5978627032 Added pry! abbreviation for pry debugging line 2011-12-15 09:25:10 -08:00
yan
76a06c189a Added: ack, sudo plugins. Removed vim-ruby-debugger because it's not working cleanly 2011-12-15 09:24:19 -08:00
yan
14d26e43e0 Improve status line colors (solarized) 2011-12-13 01:30:29 -08:00
yan
2f0ddb1ead Reverted bad color choice 2011-12-12 21:01:20 -08:00
yan
1ac75a4163 Gundo config 2011-12-12 20:55:35 -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
41c6546332 Added Gundo plugin 2011-12-12 20:42:11 -08:00
yan
f01bfdee12 Added lastpos, unimpaired, vim-git plugins 2011-12-12 18:21:56 -08:00
yan
492408b767 Breaking vimrc apart into individual settings files in vim/plugin/settings 2011-12-12 18:21:42 -08:00
yan
8ab1702c0f Updated subproject with file header 2011-12-08 23:43:08 -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
85633e826f Removed bufexplorer, updated readme 2011-12-08 02:02:21 -08:00
yan
661ac98983 Replaced snippets with scrooloose-snippets 2011-12-08 01:51:42 -08:00
yan
30dd1c652d Moved snipmate to submodule 2011-12-08 01:41:08 -08:00
yan
8def4bc94e Fixing ref to fugitive 2011-12-08 01:27:14 -08:00
yan
d6c79720ae Moved ruby_focused_unit_test, pathogen to bundles, removed ragtag 2011-12-08 01:21:54 -08:00
yan
f5fca4e847 Moved conqueterm into submodule 2011-12-08 00:59:39 -08:00
yan
dacc959ec8 Updated solarized scheme for better cursor color 2011-12-07 23:24:46 -08:00
yan
59301ec4e5 Updated bundles, use modern pathogen syntax in vimrc 2011-12-07 20:37:09 -08:00
yan
487849cf5d Updated solarized submodule to latest 2011-12-07 13:48:46 -08:00
yan
cf732d92d0 Added neocomplcache plugin for automatic completion 2011-12-07 13:35:25 -08:00
yan
13a5ac829b modularized endwise, indexed search, htmlescape 2011-12-07 02:39:21 -08:00
yan
429396fcbf Removed old plugins 2011-12-07 02:31:19 -08:00
yan
372e405d02 Modularized ruby-refactoring, matchit 2011-12-07 02:07:32 -08:00
yan
99f865f989 Modularized vim-ruby 2011-12-07 02:00:53 -08:00
yan
f925093c39 Modularized rails.vim 2011-12-07 01:52:25 -08:00
yan
90c0299e41 Submoduled: repeat, surround, taglist; deleted unused plugins 2011-12-07 01:50:46 -08:00
yan
dfd66bbd22 modularized: gitgrep, lustyjuggler, greplace 2011-12-07 01:40:44 -08:00
yan
937945139c BufExplorer modularized 2011-12-07 01:23:10 -08:00
yan
80102f504b Removed FindInNERDTree, now replaced with native function 2011-12-07 01:18:41 -08:00
yan
2a20f5f863 EasyMotion submodule 2011-12-07 01:15:37 -08:00
yan
6847560257 Submoduled indexed search, syntastic 2011-12-07 01:12:42 -08:00
yan
87be0cf0ae Moved autotag to submodule 2011-12-07 01:05:20 -08:00
yan
5f766341c0 Added nerdtree tabs plugin to make nerdtree play nice with macvim tabs 2011-12-07 01:02:20 -08:00
yan
867db31d61 Moved nerdtree to submodule 2011-12-07 00:49:13 -08:00
yan
9cb89b4179 Moved vim-markdown-preview to submodule 2011-12-07 00:44:28 -08:00
yan
a7daefcb86 Moved tComment to submodule 2011-12-07 00:41:38 -08:00
yan
8fa0df4610 Moved sparkup to submodule 2011-12-07 00:38:15 -08:00
yan
8c0b08356e Renamed module for standardization 2011-12-07 00:33:11 -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
7ff3ccf1f1 Killed fuzzy file finder 2011-12-06 23:29:55 -08:00
yan
5e126aeb71 Moved csapprox to submodule 2011-12-06 23:26:07 -08:00
yan
2a11b17ffb Moved vim-ruby-debugger into bundle/git submodule 2011-12-06 23:21:26 -08:00
yan
5623d26c71 Removed docs and colors, do not want. 2011-12-06 23:07:15 -08:00
yan
7a40c6d05d Moved delimitMate to pathogen bundle and git submodule 2011-12-06 23:06:13 -08:00
yan
0d3bf1a3ac Renamed fugitive bundle to tpope-fugitive following github convention 2011-12-06 23:05:56 -08:00
yan
01c6a6ebb5 Removed unused CSApprox plugin 2011-12-06 22:56:19 -08:00
yan
9509ad6580 Removed unused 0scan plugin 2011-12-06 22:53:36 -08:00
yan
2138287c8e Moved AnsiEsc into git submodule and pathogen bundle 2011-12-06 22:51:25 -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
0f797c8ca1 Removed old unused docs 2011-12-06 00:32:23 -08:00
yan
41cab07881 Added html escaping script using C-h 2011-11-30 09:34:32 -08:00
yan
5d05414b3f Added willmorgan git helper scripts in bin/willmorgan 2011-11-22 13:23:59 -06:00
yan
3fedc922a7 Fix submodule path 2011-11-18 15:44:15 -06:00
yan
ec583d5d93 Added vim-fugitive as a git submodule 2011-11-18 10:17:29 -06:00
yan
e0b63e7020 trying to fix submodule situation 2011-11-18 10:14:42 -06:00
yan
882015bc6d Initial commit. 2011-11-17 16:00:49 -06:00