We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest nightly
Windows 11
With the repro below, I get the following:
There are multiple keymaps with the same key that are from expanded groups. Instead of showing the entire key combo, it's only showing the last one.
Use the repro below and do :WhichKey
:WhichKey
The entire key combo for items from expanded groups.
No response
vim.env.LAZY_STDPATH = ".repro" load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))() require("lazy.minit").repro({ spec = { { "folke/which-key.nvim", opts = { expand = function(_node) return true end, } }, }, })
The text was updated successfully, but these errors were encountered:
f5e0cd5
chore(main): release 3.13.2 (#796)
6c1584e
🤖 I have created a release *beep* *boop* --- ## [3.13.2](v3.13.1...v3.13.2) (2024-07-24) ### Bug Fixes * **view:** fix epanded keys. Fixes [#795](#795) ([f5e0cd5](f5e0cd5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Successfully merging a pull request may close this issue.
Did you check docs and existing issues?
Neovim version (nvim -v)
latest nightly
Operating system/version
Windows 11
Describe the bug
With the repro below, I get the following:
There are multiple keymaps with the same key that are from expanded groups. Instead of showing the entire key combo, it's only showing the last one.
Steps To Reproduce
Use the repro below and do
:WhichKey
Expected Behavior
The entire key combo for items from expanded groups.
Health
No response
Log
No response
Repro
The text was updated successfully, but these errors were encountered: