Search code examples
vimpycharmideavim

Disabling mouse support on ideavim


Is there a way to disable mouse support in file edition on ideavim? It is really annoying that it enters into visual mode each time I click.

It isn't possible to have the same behavior as vim without mouse in terminal, but can I have it on pycharm's ideavim?


Solution

  • It's not possible to disable mouse support in Vim emulation. Note however that IdeaVim switches to Visual selection mode only when you're selecting text with the mouse. Simple clicks shouldn't make IdeaVim enter visual selection mode.