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
Since the latest rewrite, which-key always pops up when I type % in cmdline mode (e.g. :%), with the suggestion: % ➜ expand to current buffer's directory .
This is quite intrusive, as it hides the cmdline (I have cmdheight set to 0) while the which-key window is open, and the suggestion isn't very useful (Often, I want to type :%s).
How do I disable it? I can't see which-key being useful in cmdline mode at all, just as it wouldn't be for insert mode.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey 👋
Since the latest rewrite, which-key always pops up when I type
%
in cmdline mode (e.g.:%
), with the suggestion:% ➜ expand to current buffer's directory
.This is quite intrusive, as it hides the cmdline (I have
cmdheight
set to 0) while the which-key window is open, and the suggestion isn't very useful (Often, I want to type:%s
).How do I disable it? I can't see which-key being useful in cmdline mode at all, just as it wouldn't be for insert mode.
Beta Was this translation helpful? Give feedback.
All reactions