darcyparker
darcyparker

Reputation: 1219

Quick flashing prompt when executing ideavim keymap in Webstorm

When I execute a keymap defined in my .ideavim such as this:

nnoremap <leader>gf :action GotoFile<cr>

the popup flashes quickly and goes away. (This occurs 95% of the time and once in awhile it stays up as expected. I tried many combinations of typing slow/quick and found no pattern that tends to cause it to happen more.)

If I use ctrl+shift+N, it pops up and waits for my input as expected.

Any suggestions on how to debug or fix this so the prompt/popup stays up?

Additional info:

Update: I almost resolved the issue by going to Webstorm's Settings > Appearance & Behavior > Appearance and unchecking "Hide navigation popups on focus loss". This prevents the flashing popup. However now the focus isn't on the popup. Any ideas of what is stealing the focus?

Upvotes: 0

Views: 335

Answers (1)

Andrey Vlasovskikh
Andrey Vlasovskikh

Reputation: 16838

This problem is fixed in EAP builds of IdeaVim. Try https://github.com/JetBrains/ideavim#get-an-early-access.

Upvotes: 1

Related Questions