I am trying to get this pinyin keymap to load into vim.
I have placed this file into ~/.vim/keymap/pinyin.vim
.
Questions
- How do I load this file automatically through a command in
~/.vimrc
? - How do I turn this mode on/off?
- How do I actually invoke these keymappings?
Answer
FDinoff's suggestion below is perfect. What I did on Mavericks was update to Snapshot 73 Vim 7.4.258, mv
the old vim
to /tmp
and mv
mvim
to /usr/bin/mvim
, create a symbolic link and I was all set.