Update: yes! See answer below .
The short answer is no.
I also tried to do this because I have a rather complicated .vimrc that I have been used to for many years.
In any case, there is a workaround (sort of). IdeaVim settings are stored in a file named vim.xml in the .IntelliJIdea10/config/keymaps folder inside your home folder ( C:\Users\<user_name> on Windows). You can edit the XML to add the materials you need. For example, I added the following lines to save the file by pressing F2 instead of entering :w! :
<action id="SaveAll"> <keyboard-shortcut first-keystroke="F2"/> </action>
However, I do not see how we can add functions such as functions or vim settings (this is what I usually used for .vimrc for).
PS This may explain why .vimrc is not used (my attention):
For the curious, the plugin is written without reference to the VIM source code (excluding regular expression processing). I'm mainly using excellent VIM documentation and VIM itself as a link to verify the correct behavior.
Source: http://ideavim.sourceforge.net/
ars-longa-vita-brevis May 14 '11 at 14:56 2011-05-14 14:56
source share