Sharp-quote keybind commands
This commit is contained in:
parent
6df179bb29
commit
ffccb3a31a
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@
|
||||||
:n "zr" #'outline-show-all
|
:n "zr" #'outline-show-all
|
||||||
|
|
||||||
:localleader
|
:localleader
|
||||||
:desc "Execute HTTP request" :n "e" 'restclient-http-send-current
|
:desc "Execute HTTP request" :n "e" #'restclient-http-send-current
|
||||||
:desc "Execute raw HTTP request" :n "E" 'restclient-http-send-current-raw
|
:desc "Execute raw HTTP request" :n "E" #'restclient-http-send-current-raw
|
||||||
:desc "Copy curl command" :n "c" 'restclient-copy-curl-command))
|
:desc "Copy curl command" :n "c" #'restclient-copy-curl-command))
|
||||||
|
|
||||||
|
|
||||||
(def-package! company-restclient
|
(def-package! company-restclient
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue