Skip to content

Meow leader doesn't play nice with prefix-keymaps #627

Open
@JordanAnthonyKing

Description

With a config like:

(defvar-keymap my-buffer-prefix-keymap
  :doc "buffers"
  "b" #'switch-to-buffer
  "k" #'kill-buffer
  "d" #'kill-buffer
  "p" #'previous-buffer
  "n" #'next-buffer
  "B" #'switch-to-buffer
  "r" #'rename-buffer
  "R" #'revert-buffer)

  (meow-leader-define-key
   '("SPC" . execute-extended-command)
   (cons "b" my-buffer-prefix-keymap))

SPC b b does not switch to insert mode the same way SPC x SPC b (for example only, see later issue) would or similar to how SPC SPC (in my config for execute-extended-command) does.

Secondly, calling SPC x SPC b actually starts my-buffer-prefix-keymap instead of the listed command (switch-buffer).

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