Formats the ruby key bindings table

This commit is contained in:
Codruț Constantin Gușoi 2018-07-10 00:32:00 +03:00
parent 41e9671a4d
commit 3de1d09a42
1 changed files with 19 additions and 19 deletions

View File

@ -106,25 +106,25 @@ directory local variables.
* Key bindings
** Ruby (enh-ruby-mode, robe, inf-ruby, ruby-tools)
| Key binding | Description |
|-------------+------------------------------------------------------|
| ~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 |
| ~SPC m s B~ | send buffer and switch to REPL |
| ~SPC m s f~ | send function definition |
| ~SPC m s F~ | send function definition and switch to REPL |
| ~SPC m s i~ | start REPL |
| ~SPC m s l~ | send line |
| ~SPC m s L~ | send line and switch to REPL |
| ~SPC m s r~ | send region |
| ~SPC m s R~ | send region and switch to REPL |
| ~SPC m s s~ | switch to REPL |
| ~SPC m x '~ | Change symbol or " string to ' |
| ~SPC m x "~ | Change symbol or ' string to " |
| ~SPC m x :~ | Change string to symbol |
| ~SPC m x h~ | toggle hash syntax in active region |
| ~%~ | [[https://github.com/redguardtoo/evil-matchit][evil-matchit]] jumps between blocks |
| Key binding | Description |
|-------------+---------------------------------------------------|
| ~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 |
| ~SPC m s B~ | send buffer and switch to REPL |
| ~SPC m s f~ | send function definition |
| ~SPC m s F~ | send function definition and switch to REPL |
| ~SPC m s i~ | start REPL |
| ~SPC m s l~ | send line |
| ~SPC m s L~ | send line and switch to REPL |
| ~SPC m s r~ | send region |
| ~SPC m s R~ | send region and switch to REPL |
| ~SPC m s s~ | switch to REPL |
| ~SPC m x '~ | Change symbol or " string to ' |
| ~SPC m x "~ | Change symbol or ' string to " |
| ~SPC m x :~ | Change string to symbol |
| ~SPC m x h~ | toggle hash syntax in active region |
| ~%~ | [[https://github.com/redguardtoo/evil-matchit][evil-matchit]] jumps between blocks |
** Bundler