Reputation: 1219
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:
vim
.Webstorm version:
WebStorm 2016.1.3
Build #WS-145.1616, built on May 27, 2016
JRE: 1.8.0_91-b14 amd64
JVM: Java HotSpot(TM) 64-Bit Server VM by Oracle Corporation
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
Reputation: 16838
This problem is fixed in EAP builds of IdeaVim. Try https://github.com/JetBrains/ideavim#get-an-early-access.
Upvotes: 1