Skip to content

Instantly share code, notes, and snippets.

@summerblue
Created October 28, 2013 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save summerblue/7193504 to your computer and use it in GitHub Desktop.
Save summerblue/7193504 to your computer and use it in GitHub Desktop.
中文输入法:
我用的是QQ五笔,但在编辑模式中输入中文时,常常会触发MacVim的命令,原因是输是输入法没有完全截获按键;
解决方法:在命令行输入以下命令,
defaults write org.vim.MacVim MMUseInlineIm 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment