-
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: recursion when settings up hydra? #811
Comments
I think the problem here is that you map
perhaps this is somehow doable with the triggers option |
Okay just setting no wait to false stops the infinite loop, but some of those mappings cause hydra to close, I've gone back to nvimtools/hydra instead for now, feel free to close |
In my opinion this should stay open because it isn't clear how this should be done correctly |
Yeah, I'm also interested in this feature. I also tried to use the |
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. |
. |
any updates or progress on the issue? |
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. |
This issue was closed because it has been stalled for 7 days with no activity. |
I think this is very important issue for many users. |
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10 stable
Operating system/version
Macos 14.5
Describe the bug
Trying to replicate hydra with ;D but invoking it causes a loop?
Steps To Reproduce
Add a key which invokes hydra, where the sub actions start with the same as the hydra key. I dont see how I would do this otherwise?
Expected Behavior
The hydra popup opens and doesn't complain about recursion
Health
Log
Repro
The text was updated successfully, but these errors were encountered: