-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Thanks for the great package!
I'm trying to define keybindings to control explorer as follows:
(after! compiler-explorer (evil-define-key 'normal 'visual 'compiler-explorer-mode-map (kbd "ga") 'compiler-explorer-jump) ;; :desc "goto asm" :nv "ga" #'compiler-explorer-jump )
It seems that the compiler-explorer-mode-map is not defined. How do I make the bindings?
Cheers
Metadata
Metadata
Assignees
Labels
No labels