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?