Commit Graph

88 Commits

Author SHA1 Message Date
Kyle West
793554b5b3 added function for wrapping text. 2012-01-25 13:35:34 -05:00
yan
fc2d9b6d64 Updated contributors in README 2012-01-24 14:47:30 -08:00
yan
e21bcbf4f5 Remap ,, to ,gz - Go Zoom a window 2012-01-24 14:45:46 -08:00
Kyle West
e32cb9ae35 Readme formatting. If only there was a vim plugin with GFM support. 2012-01-24 15:15:23 -05:00
Kyle West
71b620fa8d Changed prerequisites to dependencies in readme. 2012-01-24 15:13:35 -05:00
Kyle West
12ba009d9c added instructions for setting up pre-requisitesi and fixing issues with ctags. 2012-01-24 14:53:44 -05:00
Kyle West
744b755a2d removed left over references to Command-T 2012-01-24 14:44:47 -05:00
Kyle West
6fe1e43c09 Merge branch 'master' into simple-bug-fixes 2012-01-24 14:19:31 -05:00
Kyle West
2e5474a8e2 More README tweaks, formatting for bash commands was wrong. 2012-01-24 13:57:56 -05:00
Kyle West
70ab851fb1 More README formatting, cleanup, and general tweaks. 2012-01-24 13:53:58 -05:00
Kyle West
69049330d0 typo in the readme. 2012-01-24 13:43:20 -05:00
yan
796e4444ef Replace taglist with tagbar 2012-01-24 10:38:33 -08:00
Kyle West
c0d8c402c3 Updated readme with proper git user config. 2012-01-24 13:34:34 -05:00
yan
68442f5a30 Remove CommandT and rebind ,t to CtrlP plugin 2012-01-24 10:33:33 -08:00
yan
14274e080e Added coffeescript and stylus support 2012-01-22 18:47:55 -08:00
yan
eb06a44e97 Added textobj-function (use vaf to select a function), upgraded textobj-user 2012-01-21 12:46:22 -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
Yan Pritzker
f16590af88 Added jasmine.vim for jasmin unit tests 2012-01-11 11:08:16 -08:00
yan
2932ac701a Change whitespace cleaner to ,w 2012-01-06 10:31:24 -08:00
yan
bed7aff105 Added tabman plugin. Use \mt to manage all tabs and windows. 2012-01-06 10:24:58 -08:00
yan
17f5761b6d Fix typo: \gi should be \ig for indent guides 2012-01-03 18:59:50 -08:00
yan
30725b537e Added ,ws to strip trailing whitespace in a file 2012-01-02 12:27:36 -08:00
yan
80c24b1922 Added sass-status plugin for viewing sass nesting in status bar 2011-12-29 17:35:53 -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
yan
e03c1555f6 Removed dead plugin from readme 2011-12-22 00:29:53 -08:00
yan
1b9172e912 Minor keymap changs, README cleanup 2011-12-20 23:48:33 -08:00
Yan Pritzker
a1feddbd39 Updated README with screenshot 2011-12-20 02:19:42 -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
dd72e79ac3 Added example oh-my-zsh zshrc and instructions 2011-12-18 13:26:04 -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
b2ae734b7d Why YADR is not a Janus fork 2011-12-17 14:40: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
34b0c445e5 Added ,oq for open quickfix, and ,q to close it 2011-12-17 00:46:02 -08:00
yan
aaf87b093f Added pre-alpha release note 2011-12-16 03:33:25 -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
8f193284a9 Make Cmd-Space work for completion always. Display tab numbers 2011-12-15 23:24:22 -08:00
yan
83ad068ad2 Readme for slime.vim 2011-12-15 23:09: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