mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Normalize :leader/:localleader keybinds
Evil states no longer apply to them. Also removes x-alt-keysym.
This commit is contained in:
@ -22,9 +22,9 @@
|
||||
:n "zr" #'outline-show-all
|
||||
|
||||
:localleader
|
||||
:n "e" #'restclient-http-send-current
|
||||
:n "E" #'restclient-http-send-current-raw
|
||||
:n "c" #'restclient-copy-curl-command))
|
||||
"e" #'restclient-http-send-current
|
||||
"E" #'restclient-http-send-current-raw
|
||||
"c" #'restclient-copy-curl-command))
|
||||
|
||||
|
||||
(def-package! company-restclient
|
||||
|
Reference in New Issue
Block a user