yan
e5a1c248ee
Better colors
2012-01-23 14:23:25 -08:00
yan and Yan Pritzker
a3e05b6ebe
Fix keybindings for fugitive: ,dg = :diffget
2012-01-22 18:50:01 -08:00
yan and Yan Pritzker
14274e080e
Added coffeescript and stylus support
2012-01-22 18:47:55 -08:00
yan and Yan Pritzker
3abcadae62
Make Ctrl-j and Ctrl-k quick up and down more intelligent in ruby
2012-01-21 13:45:12 -08:00
yan
4bb23eba41
Added steve losh next-textobject functionality. vinb to visual inside next set of parens
2012-01-20 19:21:27 -08:00
yan
4a2bd58c99
,K - Git grep up to next exclamation. Useful for ruby method grepping
2012-01-20 19:17:35 -08:00
yan
413f989dd5
Use w!! to sudo write; Fixed up README file for comma leader
2012-01-20 18:46:59 -08:00
yan
c205313b25
,q/ ,qg/ ,qa/ Quickfix search aliases inspired by Steve Losh
2012-01-20 18:44:03 -08:00
yan
4a7df20fd1
Leader is now comma; General keymap cleanup - see README
2012-01-20 18:01:06 -08:00
Danny Olson & Yan Pritzker
5847ee19dd
Hit <ctrl-space> to put spaces around an equals sign
2012-01-20 16:28:39 -08:00
Danny Olson & Yan Pritzker
d08339b142
Better solarized support for jasmine.vim specs, ruby
2012-01-20 16:28:09 -08:00
yan
fde791db06
Add Cmd-' and Cmd-" for change inside strings
2012-01-06 10:33:00 -08:00
yan
2932ac701a
Change whitespace cleaner to ,w
2012-01-06 10:31:24 -08:00
yan
0f166499e9
Added rspec pending to xit feature. Use: ,rxit
2012-01-03 09:44:55 -08:00
yan
30725b537e
Added ,ws to strip trailing whitespace in a file
2012-01-02 12:27:36 -08:00
yan
13d0e4e20f
Use ctrl-H ctrl-L for switching tabs to avoid interfering with rspec plugin
2011-12-27 10:43:38 -08:00
yan
5423aaa052
Added vim-indent-guides, upgraded skwp-vim-rspec
2011-12-23 21:11:06 -08:00
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 and Yan Pritzker
1b9172e912
Minor keymap changs, README cleanup
2011-12-20 23:48:33 -08:00
yan and Yan Pritzker
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
ef1e1d7cee
Added new textobjects - ruby symbol (va:), function args (vaa)
2011-12-20 01:58:23 -08:00
yan and Yan Pritzker
349f992d80
Do not open nerd tree on startup
2011-12-19 00:14:06 -08:00
yan and Yan Pritzker
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 and Yan Pritzker
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 and Yan Pritzker
5002f51491
Replaced align.vim with tabular.vim because it is more popular
2011-12-18 01:21:59 -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 and Yan Pritzker
b125a96fb8
Custom surround.vim ability to wrap #{ruby} variables using s# motion
2011-12-17 13:27:01 -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
ceaf82503f
Anonymous bookmarking with ,bb ,bn ,bp ,bc
2011-12-16 00:30:43 -08:00
yan and Yan Pritzker
affd42eee3
Added ZoomWin and bound ,, to zoom and unzoom current window
2011-12-16 00:04:14 -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
a55c338cdf
Improving keybindings to not interfere with standard things
2011-12-15 22:20:51 -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 and Yan Pritzker
14d26e43e0
Improve status line colors (solarized)
2011-12-13 01:30:29 -08:00
yan and Yan Pritzker
1ac75a4163
Gundo config
2011-12-12 20:55:35 -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