0

I use IdeaVim in PyCharm Community Edition with IdeaVim in Ubuntu 14.04. There are several commands that summon a search popup, e.g. 'Navigate File...', 'Find Action...', etc. For some reason, these popups randomly close after typing a few characters (usually 4?). Uninstalling IdeaVim seems to prevent the problem from happening, but I would rather not use PyCharm without Vim keybindings. Please advise on the best solution to this issue.

ethanabrooks
  • 747
  • 8
  • 19

1 Answers1

0

I have now been using PyCharm for some time with "Hide navigation popups on focus loss" turned off, as suggested by dtc. So far, this seems to solve the problem. I think the issue was that I use i3 windows tiling manager and I use the "focus follows mouse" setting. This was probably causing the search popup to become unfocused and to subsequently close.

ethanabrooks
  • 747
  • 8
  • 19