-
Notifications
You must be signed in to change notification settings - Fork 189
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: Recursion detected due to too fast keyboard repeat_interval #859
Comments
Looks like I could work around this by doing this: #809 (comment) I would still consider this a bug? |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Can still trigger this today as of 68e37e1 |
confirm issue, rather annoying..
Have some |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Not stale |
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.10.1 Build type: Release LuaJIT 2.1.1713773202 Run "nvim -V1 -v" for more info
Operating system/version
Linux feanor 6.6.52 #1-NixOS SMP PREEMPT_DYNAMIC Wed Sep 18 17:24:10 UTC 2024 x86_64 GNU/Linux
Describe the bug
If I'm scrolling down or up by keeping
C-u
orC-d
pressed, or justj
ork
,which-key
shows this:This is only happening (I think) because of my quick repeat settings (200ms delay, 30ms repeat interval).
Now, I could get good at vim and use motions more often, but sometimes I just want to scroll down while I'm looking at the file.
which-key
is wrongly detecting recursion here.Steps To Reproduce
C-d
pressedwhich-key
will throw an errorExpected Behavior
Recursion detection behavior does not mistakenly label continuous key-presses with recursion. No error is shown.
Health
No response
Log
No response
Repro
No response
The text was updated successfully, but these errors were encountered: