Not a single which-key binding is registered #123
-
I know that these bindings are being picked up by
Note that the bindings I am talking about are the ones that are to be registered automatically, not in I've also tried setting a As a side note, I've also noticed that the Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hey @lmburns sorry about that. I'm pretty sure that's a bug. I just pushed a new commit, can you see if that fixes it? |
Beta Was this translation helpful? Give feedback.
-
This is something I missed in the config setup. Thanks. I've pushed a commit to fix that. As far as the rest of it, I'm unable to reproduce. Please file an issue with minimal configuration.
Did you set the |
Beta Was this translation helpful? Give feedback.
-
To continue this in a similar fashion from yesterday, everything seems to be working fine and all which-key bindings are picked up, however, Here is an example which will show the bindings as in normal mode ( require("which-key").register(
{
["d"] = {[["_d]], "Delete (blackhole)"},
},
{mode = "v"}
) When creating a key-mapping with require("legendary").bind_keymap(
{
"<C-,>",
"<Cmd>Legendary keymaps<CR>",
description = "Show Legendary keymaps",
mode = {"n", "i", "x"}
}
) |
Beta Was this translation helpful? Give feedback.
Hey @lmburns sorry about that. I'm pretty sure that's a bug. I just pushed a new commit, can you see if that fixes it?