lang/rest: fix za, zm & zr fold keys

This commit is contained in:
Henrik Lissner 2018-08-16 17:36:05 +02:00
parent d60296111e
commit 772febedb7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 32 additions and 0 deletions

View file

@ -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