Open
Description
Hello,
I use a lot of leader keymaps, most notably g
, which is for magit actions.
However, when pressing SPC-g
, it translates to C-M-
for some reason, pressing
C-c g
brings me to the right place, but that's not what I want.
Also other keys work perfectly fine, here is the part of my config that handles it:
(meow-leader-define-key
'("a g c" . avy-goto-char-2) ; Works
'("a g c" . avy-goto-word-1) ; Works
'("g l" . magit-log) ; Doesn't
'("n g" . consult-ripgrep) ; Works
'("n f" . consult-fd)) ; Works
Metadata
Metadata
Assignees
Labels
No labels
Activity