I am using the vim plugin for IntelliJ Idea.
Where should I place the .vimrc for that plugin.
Using Windows XP
IdeaVim is great, but it is still just a substitute for the 'Real Thing'. There are a couple of issues and problems, some of which can be worked around. For one IdeaVim is limited in its functionality. Plugins and various commands that you would know from Vim simply won't work.
Both Vim and PyCharm are keyboard-centric. Your keymap in PyCharm may conflict with Vim's key combinations. To resolve this, select the shortcuts you prefer for different actions. In the Settings/Preferences dialog ( Ctrl+Alt+S ), select Editor | Vim Emulation.
The latest version of the plugin will read settings from a file named .ideavimrc
in the home directory.
On *nix, the home directory can be accessed at ~
.
On Windows, you can use the %HOMEPATH%
environment variable. (Normally, "C:\Users\<User Name>" or "C:\Documents and Settings\<User Name>", depending on your Windows version.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With