I'm trying to get up and running using project.vim but for some reason, none of the keybinding requiring a capital letter seem to be working.
For example \C
, which should create new project fold recursively, just acts like normal C, but \c
operates as expected. Same thing with \R
and \r
.
I'm using MacVim with Vim 7.3 (on a Mac, obviously). Is there some kind of keybinding voodoo that I need to implement first?
Thanks.