fix restclient layer

save one keystroke for helm-restclient and document it
This commit is contained in:
Thanh Vuong 2019-07-23 23:31:59 -06:00 committed by duianto
parent 0835acd268
commit b686109541
3 changed files with 5 additions and 1 deletions

View File

@ -2301,6 +2301,9 @@ Other:
- ~SPC m = m r~ Refmt: convert ml syntax to re syntax
- ~SPC m = r m~ Refmt: convert re syntax to ml syntax
(thanks to Fredrik Dyrkell and Dave Aitken)
**** Restclient
- Moved key binding for =helm-restclient= from ~SPC m j i~ to ~SPC m j~
(thanks to Thanh Vuong)
**** Ruby
- Added support for =org-babel= (thanks to Muneeb Shaikh)
- Highlight debugger keywords (thanks to Alexander Berezovsky and Eivind Fonn)

View File

@ -48,6 +48,7 @@ There is support for =org-babel= and =restclient= code blocks, for instance:
| Key binding | Description |
|-------------+-------------------------------------------------------------|
| ~SPC m j~ | helm-restclient |
| ~SPC m n~ | Jump to next request |
| ~SPC m p~ | Jump to previous request |
| ~SPC m s~ | Send and stay in window (pretty-print response if possible) |

View File

@ -66,4 +66,4 @@
(use-package restclient-helm
:defer t
:init (spacemacs/set-leader-keys-for-major-mode 'restclient-mode
"ji" 'helm-restclient)))
"j" 'helm-restclient)))