How do I tell IntelliJ IdeaVim to re-source the .ideavimrc

Intellij IdeaIdeavim

Intellij Idea Problem Overview


I made some changes to my .ideavimrc and I want IntelliJ IdeaVim to reload the file. I can obviously close and reopen IntelliJ, but that sucks.

How can I re-source my .ideavimrc without restarting IntelliJ?

Intellij Idea Solutions


Solution 1 - Intellij Idea

In Intellij's code editor window while in command mode, type a colon, that opens up a mini bar at the bottom. Then type

:source ~/.ideavimrc

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionFreedom_BenView Question on Stackoverflow
Solution 1 - Intellij Ideauser1489829View Answer on Stackoverflow