MarcoIeni / intellimacs

Spacemacs' like key bindings for IntelliJ platform.
MIT License
536 stars 94 forks source link

Recent IdeaVim plugin update breaks intellimacs leader key #57

Closed ivanbokii closed 7 months ago

ivanbokii commented 7 months ago

IdeaVim update v2.8.0, after installation, SPC stops working as a leader key and behaves just as a regular space button. Reverting plugin to 2.7.5 fixes the problem

MarcoIeni commented 7 months ago

I don't have time to look into this. But if somebody figures it out, I'll review and test the PR 👍

klochowicz commented 7 months ago

Same here.

I believe it's related to broken sourcing of external files in the .ideavimrc:

https://youtrack.jetbrains.com/issue/VIM-3273/Config-file-stoped-working

MarcoIeni commented 7 months ago

ok, so it seems the issue is not in intellimacs.

The workaround is to downgrade to IdeaVim 2.7.5 while we wait for a fix on their side.

gquittet commented 7 months ago

We can close the issue, the version 2.8.2 released today of IdeaVim is fixing this issue 🎉