You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
After doing (setq which-key-show-operator-state-maps t), if you wait for which-key popup to show after a d for example, you have to press 'a' (for outer) or 'i' (for inner) twice: the first cancels the popup and the second actually gets to the chosen key map (and shows the which-key popup if which-key-allow-evil-operators is t).
Perhaps you can add a and i as prefixes, and chain the popups?
Not sure if it's relevant, but this happens using doom-emacs.
The text was updated successfully, but these errors were encountered:
On top of what's reported above I see the same with simple movements, i.e. pressing d, then waiting for the popup to show, then pressing e, only closes the popup and I have to press e again.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After doing
(setq which-key-show-operator-state-maps t)
, if you wait forwhich-key
popup to show after ad
for example, you have to press 'a' (for outer) or 'i' (for inner) twice: the first cancels the popup and the second actually gets to the chosen key map (and shows thewhich-key
popup ifwhich-key-allow-evil-operators
ist
).Perhaps you can add
a
andi
as prefixes, and chain the popups?Not sure if it's relevant, but this happens using doom-emacs.
The text was updated successfully, but these errors were encountered: