Adds ruby toggles documentation

This commit is contained in:
Codruț Constantin Gușoi 2018-07-09 23:59:05 +03:00
parent 05f27afa56
commit 12f537a0db
1 changed files with 8 additions and 0 deletions

View File

@ -17,6 +17,7 @@
- [[#rspec-mode][RSpec-mode]]
- [[#ruby-test-mode][Ruby-test-mode]]
- [[#minitest-mode][minitest-mode]]
- [[#toggles][Toggles]]
- [[#rake][Rake]]
- [[#refactor][Refactor]]
- [[#layer-options][Layer options]]
@ -186,6 +187,13 @@ When =ruby-test-runner= equals =minitest=.
| ~SPC m t r~ | repeat last test command |
| ~SPC m t s~ | run test for current file |
** Toggles
| Key binding | Description |
|-------------+----------------------|
| ~SPC m T '~ | Toggle string quotes |
| ~SPC m T {~ | Toggle block |
** Rake
| Key binding | Description |