Skip to content
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

Keymap zz opens which-key popup #81

Open
dryms35 opened this issue Nov 14, 2024 · 6 comments
Open

Keymap zz opens which-key popup #81

dryms35 opened this issue Nov 14, 2024 · 6 comments

Comments

@dryms35
Copy link

dryms35 commented Nov 14, 2024

Using zz to center the text in the editor works, but it also opens the whick-key popover every time, which I don't believe is supposed to be happening.

@TheBlob42
Copy link
Owner

Do you have let g:WhichKey_ShowVimActions = "true" set in your .ideavimrc?

@dryms35
Copy link
Author

dryms35 commented Nov 15, 2024

I've since turned it off, but yes I did have it set to true when the problem accrued. zz was the only command that I noticed doing it. zb ad zt did not.

@TheBlob42
Copy link
Owner

When I have ShowVimActions set to true and press z I can also see entries for zb and zt in the appearing popup

@dryms35
Copy link
Author

dryms35 commented Nov 16, 2024

When I have ShowVimActions set to true and press z, the popup shows all the next options.
If I then press t, my line is scrolled to the top of the screen as expected, and the popup goes away.
But if I press z and then z, my line is centered as expected, but the popup pops up again.
I have attached a video that shows the behavior.

Screen.Recording.2024-11-15.at.8.28.20.PM.mov

@TheBlob42
Copy link
Owner

That is not the behavior that I am experiencing. I can only assume that there might be an issue with your configuration. Can you share your .ideamvimrc maybe I can spot something 🤔

@dryms35
Copy link
Author

dryms35 commented Nov 17, 2024

I've removed everything except the below lines and started with a brand new installation of Rider and the idea-which-key plugin and the behavior still occurs.

set which-key
set notimeout
let g:WhichKey_ShowVimActions="true"

I'm using Rider through the JetBrains Toolbox on an apple silicon Mac running Sonoma if that gives any insight. Thanks for offering to check out my rc. This is no deal breaker for me. Still love the plugin and appreciate it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants