Replies: 2 comments
-
Fixed 39e703c |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh ... that was a quick solution, I thought I had misunderstood the groups. Many thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question about keymaps, which in which-key also be groups for keymaps.
For example the following keymaps:
For Which-key,
<leader>a
and<leader>ab
are groups, but<leader>ab
is also a keymap.With the option
expand = 0
:<leader>ab
with group marker, but not<leader>abc
With the option
expand = 1
:<leader>abc
, but not<leader>ab
Is it possible for such keymaps to show
<leader>ab
and<leader>abc
withexpand = 1
?Or is it better for which-key not to mix keymaps and groups?
Beta Was this translation helpful? Give feedback.
All reactions