Reputation: 31955
I enable IdeaVim in my PyCharm, and the vim mode works in the editing pane. However, this also makes Vim effective in Console, which is the side-effect I don't need at all.
Can I disable Vim mode in Console but still have it work in editing pane? Any hacks that are hidden from the standard preference pane might be welcome.
Upvotes: 2
Views: 1211
Reputation: 16838
It's not possible to switch off the Vim emulation only in console windows.
For problems with <Esc>
and possible workarounds follow VIM-740.
Upvotes: 1