How do I stop k Enter normal mode
appearing whenever I press j
#2307
Unanswered
David-Else
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There's an issue for a configurable delay before the popup shows that IMO is the perfect solution for this: #1475 Another approach could be to be able to configure it within the keymap, maybe something like j = { k = "normal_mode", show_menu = false } But meh, I think I like the delay approach better. It seems kinda hacky to me to add an extra special key to keymap tables. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have:
Now when I hit a
j
thek Enter normal mode
message spams my status line. I don't want this to flicker on and off as I type. I think this should be a special case as it is a very common setting to have.Beta Was this translation helpful? Give feedback.
All reactions