add refactor docs

This commit is contained in:
Jim Deville 2016-10-29 15:58:26 -04:00 committed by Eivind Fonn
parent 34d842c6f5
commit dae860a4b1
1 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,7 @@
- [[#ruby-test-mode][Ruby-test-mode]]
- [[#minitest-mode][minitest-mode]]
- [[#rake][Rake]]
- [[#refactor][Refactor]]
- [[#layer-options][Layer options]]
* Description
@ -186,6 +187,15 @@ When =ruby-test-runner= equals =minitest=.
| ~SPC m k R~ | Regenerates the rake cache |
| ~SPC m k f~ | Finds definition of a rake task |
** Refactor
| Key binding | Description |
|---------------+------------------------|
| ~SPC m r R m~ | Extract to method |
| ~SPC m r R v~ | Extract local variable |
| ~SPC m r R c~ | Extract constant |
| ~SPC m r R l~ | Extract to let (rspec) |
* Layer options
| Variable | Default value | Description |