Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 502
Freedom_Ben Avatar asked Oct 12 '17 21:10

Freedom_Ben


People also ask

Does IdeaVim use Vimrc?

vimrc. But IdeaVim doesn't support that. It does, however, support :set visualbell . Even though it doesn't flash the screen as you'd expect.

What is IdeaVim?

IdeaVim is a Vim emulation plugin for IntelliJ Platform-based IDEs.


1 Answers

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
like image 200
user1489829 Avatar answered Oct 18 '22 22:10

user1489829