You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello,
I use a lot of leader keymaps, most notably
g
, which is for magit actions.However, when pressing
SPC-g
, it translates toC-M-
for some reason, pressingC-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:
The text was updated successfully, but these errors were encountered: