Switch between running rspec1 and rspec2 with :Rspec1 and :Rspec2

This commit is contained in:
Yan Pritzker
2012-09-26 15:46:50 -07:00
parent 9459f345c7
commit 33e5fb537d
2 changed files with 2 additions and 1 deletions

View File

@@ -296,6 +296,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
#### Rails #### Rails
* `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) * `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)
* :Rspec1 and :Rspec2 to switch between rspec versions for the vim-ruby-conque runner
* `,vv` and `,cc` to switch between view and controller * `,vv` and `,cc` to switch between view and controller
#### Surround.vim customizations #### Surround.vim customizations