-
Notifications
You must be signed in to change notification settings - Fork 46
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
Repeat mappings: leap backward will suddenly only leap forward #202
Comments
Lazy's |
Will give a try with |
Hey @ggandor! Seems that did not change much, the issue persists occasionally and I still could not figure the cause. One important note: once the issue presents, doesn't matter the direction (bk/fwd), repeating the leap motion in the opposite direction won't work.
For example, I could be leaping forward Pasting here current configuration of what I suspect might be interfering. nvim-surround
leap.nvim
which-key: require("which-key.health").check()
|
Okay, next one: use Also, what are your settings for |
Seems it started working with the porposed changed, at least for now! I haven't touched Thanks! |
Sorry, unfortunately after further usage I've found out that the issue still occurs. What additional info could help you narrow down the scope of the issue? |
@ggandor do we have any news on this? |
I cannot reproduce, and I have no further idea about what could be the cause. My hunch is that this is not a Leap problem, but |
Repeat mappings are bound to
Enter
andShift-Enter
and work as expected, howeverShift-Enter
will stop working (under mysterious circumstances) and behave likeEnter
, the forward movement.It usually occurs after intensive buffer / window / tab switching, and will never regain functionality on any buffer unless restarting vim.
Any ideas what could be causing this? Any debugging logs you recommend
Output of
Redir map <s-enter>
after the functionality broke:The text was updated successfully, but these errors were encountered: