|
|
@ -352,6 +352,24 @@ |
|
|
|
(funcall +lookup-open-url-fn (format "https://github.com/search?q=user:LifeOmic+%s" (url-encode-url query))) |
|
|
|
) |
|
|
|
|
|
|
|
(use-package! vs-restclient |
|
|
|
:bind (:map vs-restclient-mode-map |
|
|
|
("C-c C-c" . 'vs-restclient-http-send-current-stay-in-window)) |
|
|
|
:ensure t) |
|
|
|
|
|
|
|
(use-package! vs-restclient-jq |
|
|
|
:after vs-restclient |
|
|
|
:ensure t |
|
|
|
:config |
|
|
|
(vs-restclient-register-result-func |
|
|
|
"jq-set-var" #'vs-restclient-jq-json-var-function |
|
|
|
"Set a vs-restclient variable with the value jq expression, |
|
|
|
takes var & jq expression as args. |
|
|
|
eg. -> jq-set-var :my-token .token") |
|
|
|
(define-key vs-restclient-response-mode-map (kbd "C-c C-j") #'vs-restclient-jq-interactive-result) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
(map! :map global-map |
|
|
|
"M-t" #'treemacs-select-window |
|
|
|
"M-q" #'leo/kill-this-buffer-unless-scratch |
|
|
@ -380,7 +398,7 @@ |
|
|
|
"C-c C-r" #'persp-rename |
|
|
|
"C-c C-l" #'persp-switch |
|
|
|
"C-c C-s" #'persp-switch |
|
|
|
"C-c b" #'persp-switch-to-buffer |
|
|
|
"C-c b" #'ivy-switch-buffer |
|
|
|
|
|
|
|
;; "C-c b" #'counsel-switch-buffer |
|
|
|
"C-s" #'swiper |
|
|
|