How to tell IntelliJ IdeaVim about renaming a .ideavimrc file

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

How can I rename mine .ideavimrcwithout restarting IntelliJ?

+4
source share
1 answer

In the Intellij Code Editor window in command line mode, enter a colon that will open the mini-panel at the bottom. Then enter

:source ~/.ideavimrc
+6
source

Source: https://habr.com/ru/post/1687396/


All Articles