I use i3 as a window manager. When I switch focus to Intellij (actually WebStorm but it's the same engine underneath), the cursor doesn't appear. I have found that hitting ctrl+f->esc is a workaround to get the cursor back (going into the IDE search and exiting again). Alternatively, I can click on the editor field of the IDE to make the cursor appear. However, it's not possible for me to just switch focus to the IDE and start using my vim bindings (or type text for that matter.
So:
- focus on IDE
- move focus away (left, right, whatever) and back again
- no cursor -> ctrl+f--esc -> cursor back in previous mode
Oddly enough this doesn't occur in PyCharm. I imported all settings from pycharm into webstorm but the error persists. Disabling IdeaVIM doesn't help either.
Is there a setting, or a configuration that allows the definition of a "focus point" whenever the IDE window gets into the window managers focus? Or is there a known bug that relates to this?