Replies: 1 comment 5 replies
-
Use But it's better to do it with an alias:
This is how names of builtin keymaps handled. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can use
(meow-normal-define-key "X" 'help)
to bindX
to thehelp
command when in meow normal mode. But how can I bind a key to a keymap instead?I have a keymap defined in var
my-key-map
. Now I want this keymap to "start" when I pressX
when in meow normal mode.(meow-normal-define-key "X" 'my-key-map)
does not work. It errorsWrong type argument: commandp, 'my-key-map
.Beta Was this translation helpful? Give feedback.
All reactions