vimim-wubi


Vim的五笔输入法 | A Wubi Input Method For Vim With Vim Script

Use vim's complete function to implement a input method, just like Wubi.And it's tiny.

Usage: put vimim-wubi.vim and the tabe file in your vim's plugin directory.

  • Default hot key is <C-L>

  • Chinese/English punctuation switch with <C-\>

  • Input English in Chinese mode with z


使用 Vim 的自动补全函数完成的 Vim 五笔输入法,灵感来源于 VimIM。

使用方法: 把 vimim-wubi.vim 和 ‘码表’ 文件放到 vim 的 plugin 目录下即可。

  • 中英文输入切换使用 CTRL-L

  • 中英文标点切换使用 CTRL-\

  • 中文输入模式下的快捷英文输入使用 z


在 Windows 下存在编码问题,有时无法正常使用

Project Information

Labels:
vim