You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated the plugin to the latest version before submitting this issue
I have searched the existing issues of which-key.nvim
I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
0.11.0-dev-1050+g45e319ade
Operating system/version
Kubunut 24.04
Describe the bug
I am using "expand" to dynamically add Harpoon marks to keymap.
This works fine but I wanted to implement functionality to only show first five mappings.
Here I found out that "hidden" is completely ignored.
Then I thought I might as well hide all the Harpoon mark keymaps since I implemented a list of existing marks in the status line.
However, setting "hidden" here prevents which-key from showing up when leader key is pressed and Harpoon mark keymaps do not work.
For first case, to hide only the items where hidden is set.
For second, not to disable which-key showing up when leader key is pressed and for mappings to work.
Health
No response
Log
No response
Repro
No response
The text was updated successfully, but these errors were encountered:
Did you check docs and existing issues?
Neovim version (nvim -v)
0.11.0-dev-1050+g45e319ade
Operating system/version
Kubunut 24.04
Describe the bug
I am using "expand" to dynamically add Harpoon marks to keymap.
This works fine but I wanted to implement functionality to only show first five mappings.
Here I found out that "hidden" is completely ignored.
Then I thought I might as well hide all the Harpoon mark keymaps since I implemented a list of existing marks in the status line.
However, setting "hidden" here prevents which-key from showing up when leader key is pressed and Harpoon mark keymaps do not work.
Steps To Reproduce
Example for first case:
Example for second case:
Expected Behavior
For first case, to hide only the items where hidden is set.
For second, not to disable which-key showing up when leader key is pressed and for mappings to work.
Health
No response
Log
No response
Repro
No response
The text was updated successfully, but these errors were encountered: