Skip to content

Weird behaviour on certain keys after leader #726

Open
@ImYuugen

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions