-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
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
bug: Freeze / Infinite Recursion when trying to show keymaps #714
Comments
I mean, what do you expect? |
You can achieve what you want by adding |
ok, I'll change it so that this is always set when using the API... |
…and not the actual mapping in case of overlap. Fixes #714
Yeah that sounds about right.
This works yes, Thank you! |
I updated the defaults for the API, so should work without explicitely setting that option |
🤖 I have created a release *beep* *boop* --- ## [3.5.0](v3.4.0...v3.5.0) (2024-07-15) ### Features * **api:** using wk.show() always assumes you want to see the group, and not the actual mapping in case of overlap. Fixes [#714](#714) ([f5067d2](f5067d2)) ### Bug Fixes * **state:** attach on BufNew as well. Fixes [#681](#681) ([0f58176](0f58176)) * **state:** make sure mode always exists even when not safe. See [#681](#681) ([7915964](7915964)) ### Performance Improvements * **plugin:** only expand plugins when needed ([1fcfc72](1fcfc72)) * **view:** set buf/win opts with eventignore ([e81e55b](e81e55b)) --- 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>
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10
Operating system/version
Arch Linux
Describe the bug
Neovim freezes when trying to show
s
keymaps. I am trying to showmini.surround
keymaps, as discussed in several other issues.Steps To Reproduce
Please see minimal
repro.lua
and just press s key in normal mode.I run it with
nvim -u repro.lua
Expected Behavior
To not freeze, expand and show keymaps.
Health
Log
Repro
The text was updated successfully, but these errors were encountered: