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
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-mapis not defined. How do I make the bindings?Cheers