lang/rest: :n RET = run request at point

This commit is contained in:
Henrik Lissner 2018-08-16 17:36:25 +02:00
parent 772febedb7
commit 957ba3ee67
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -13,7 +13,7 @@
(advice-add #'restclient-http-do :around #'+rest*permit-self-signed-ssl) (advice-add #'restclient-http-do :around #'+rest*permit-self-signed-ssl)
(map! :mode restclient-mode (map! :mode restclient-mode
:n [M-return] 'restclient-http-send-current :n [return] #'+rest/dwim-at-point
:n "za" #'restclient-toggle-body-visibility :n "za" #'restclient-toggle-body-visibility
:n "zm" #'+rest/fold-all :n "zm" #'+rest/fold-all
:n "zr" #'outline-show-all :n "zr" #'outline-show-all