Removes duplicates from ruby documentation

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

View File

@ -108,8 +108,6 @@ directory local variables.
| Key binding | Description |
|-------------+------------------------------------------------------|
| ~SPC m '~ | toggle quotes of current string (only built-in mode) |
| ~SPC m {~ | toggle style of current block (only built-in mode) |
| ~SPC m g g~ | go to definition (robe-jump) |
| ~SPC m h h~ | show documentation for method at point (robe-doc) |
| ~SPC m s b~ | send buffer |
@ -189,10 +187,10 @@ When =ruby-test-runner= equals =minitest=.
** Toggles
| Key binding | Description |
|-------------+----------------------|
| ~SPC m T '~ | Toggle string quotes |
| ~SPC m T {~ | Toggle block |
| Key binding | Description |
|-------------+------------------------------------------------------|
| ~SPC m T '~ | Toggle quotes of current string (only built-in mode) |
| ~SPC m T {~ | Toggle style of current block (only built-in mode) |
** Rake