Added ,Cmd-R to rerun last conque commend (re-exec spec)

This commit is contained in:
yan
2012-04-24 14:29:18 -07:00
parent dcef19bad4
commit d7b7d79eaa
2 changed files with 3 additions and 1 deletions

View File

@@ -270,7 +270,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
#### Rails
* `,ss` to run specs, `,ll` to run a given spec on a line - using my [vim-ruby-conque plugin](https://github.com/skwp/vim-ruby-conque)
* `Cmd-Shift-R` to use vim-ruby-conque to run a spec file. `Cmd-Shift-L` to run from a line (individual it block)
* `Cmd-Shift-R` to use vim-ruby-conque to run a spec file. `Cmd-Shift-L` to run from a line (individual it block), `,Cmd-Shift-R` to rerun the last run command (great for re-running specs)
#### Surround.vim customizations