Replies: 1 comment
-
This works for me: require("which-key").register({ ["<localleader>"] = { g = { "Git", h = { "Hunks" } } } }) |
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've got a similar setup to LazyVim, except I'm using
<localleader>g
for the prefix:And then, for gitsigns:
My
localleader
is set to comma.Pressing
,
shows+git
, but pressing,g
showsh
as+prefix
. I've tried many permutations of thewk.register
, like so:and
but nothing seems to work
Beta Was this translation helpful? Give feedback.
All reactions