Commit Graph

1364 Commits

Author SHA1 Message Date
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
cbf5cacb76 Upgraded nerdtree to latest 2011-12-29 17:36:01 -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 Pritzker
3eec4c39e6 Merge pull request #5 from durdn/master
Fixed your ,gg GitGrep mapping to close the quotes and put cursor in the middle
2011-12-22 10:11:25 -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
e03c1555f6 Removed dead plugin from readme 2011-12-22 00:29:53 -08: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
2c1c8392e7 Added gt 'git tag' alias 2011-12-21 09:27:26 -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 Pritzker
a1feddbd39 Updated README with screenshot 2011-12-20 02:19:42 -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
c95df62622 Added paging to pryrc by default
See pryrc comments for how to disable.
2011-12-20 01:34:25 -08:00
yan
d64108b9a7 Reverted gitconfig to use vim, which seems to work better on Lion 2011-12-19 10:35:56 -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
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
33cdf98c49 Don't use vim when committing from terminal 2011-12-18 01:22:17 -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
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
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
13010de156 Added gplr git pull --rebase alias 2011-12-17 00:45:45 -08:00
yan
aaf87b093f Added pre-alpha release note 2011-12-16 03:33:25 -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
83ad068ad2 Readme for slime.vim 2011-12-15 23:09:50 -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
a276cb35c3 Automatically write the file when we lose focus 2011-12-15 22:56:48 -08:00