Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IdeaVim doesn't load .vimrc?

I am using the latest ideaVim (0.32) with PyCharm 3.1 on OS X 10.9.2. I have several key mappings in ~/.vimrc but non of them seem to be read by ideaVIM. From the update log of ideaVIM I think it is supposed to load a subset of .vimrc files and it definitely should support key remapping.

For example I explicitly tested to have the single line below in my ~/.vimrc and ideaVIM doesn't seem to be reading it at all.

nmap <Space> i

Any ideas on how to make it work?

like image 689
tgeng Avatar asked Apr 27 '14 20:04

tgeng


1 Answers

As of version 0.35 (IdeaVim):

~/.vimrc is no longer read by default, use ~/.ideavimrc instead

like image 191
Dan Kielp Avatar answered Sep 27 '22 18:09

Dan Kielp