12

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?

tgeng
  • 1,768
  • 2
  • 15
  • 20
  • I believe you will get better response if you ask such question in actual IdeaVim tracker (http://youtrack.jetbrains.com/issues/VIM?q=vimrc) or actual ticket (http://youtrack.jetbrains.com/issue/VIM-288). Check comments and search for existing tickets first. – LazyOne Apr 28 '14 at 11:06
  • Never mind I just found my version is simply too old. They just updated to 0.33 in the plugin repo today. – tgeng Apr 28 '14 at 15:48
  • I have inoremap jj in my ~/.vimrc but its not working. How did u get it to work? – user3240644 May 09 '14 at 05:50
  • I don't think they actually support mapping consecutive key strokes to a command. – tgeng May 21 '14 at 03:00

2 Answers2

22

As of version 0.35 (IdeaVim):

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

Dan Kielp
  • 221
  • 2
  • 3
0

Just like I said in the comment, it's version 0.33 that supports this feature. 0.32 simply doesn't support it :)

tgeng
  • 1,768
  • 2
  • 15
  • 20