lang/rest: fix za, zm & zr fold keys
This commit is contained in:
parent
d60296111e
commit
772febedb7
2 changed files with 32 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
|
||||
(map! :mode restclient-mode
|
||||
:n [M-return] 'restclient-http-send-current
|
||||
:n "za" #'restclient-toggle-body-visibility
|
||||
:n "zm" #'+rest/fold-all
|
||||
:n "zr" #'outline-show-all
|
||||
|
||||
:localleader
|
||||
:desc "Execute HTTP request" :n "e" 'restclient-http-send-current
|
||||
:desc "Execute raw HTTP request" :n "E" 'restclient-http-send-current-raw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue