Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chai2010/vimpinyin
Vim拼音输入法
https://github.com/chai2010/vimpinyin
Last synced: 3 months ago
JSON representation
Vim拼音输入法
- Host: GitHub
- URL: https://github.com/chai2010/vimpinyin
- Owner: chai2010
- Created: 2014-07-15T05:36:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-08T04:29:02.000Z (over 10 years ago)
- Last Synced: 2024-10-06T01:18:41.804Z (3 months ago)
- Language: Lua
- Size: 1.95 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vim拼音输入法
============**注意:该输入法还在开发阶段,还不能满足平时使用需求!**
主要功能
-------- v模式: 输入英文单词, 如输入: vhelp
- u模式: 四角号码输入单字, 输入: u1080 . (这个要用字母选字)
- 拼音: 普通输入(这个没有加词库), 只能识别: nihao; 如果有Python3, 支持baidu云输入引擎
- 中文标点输入功能键有
-------- 空格上字
- 回车输入原始字符
- ';' 候选键
- 删除键(del/backspace)
- 翻页键
- 方向键(上下左右)
- esc取消当前输入输入法切换键
----------- 中英文切换
- 中文输入法参数配置TODO部分
-------- i模式, 兼容lua和vim脚本
- 匹配引擎的优化(快速/准确)
- 拼音能支持自定义词语和自动更新词频(包括输入之前词库不存在的新词语)安装
----将附件解压到 `$VIM/vimfiles/plugin`
补充
----- 显示参考的ywvim,使用的是lmap映射,
- Python云输入参考的是VimIM
- 词库目前主要参考的VimIM效果图
-----![](https://raw.githubusercontent.com/chai2010/vimpinyin/master/doc/1.png)
![](https://raw.githubusercontent.com/chai2010/vimpinyin/master/doc/2.png)
![](https://raw.githubusercontent.com/chai2010/vimpinyin/master/doc/3.png)
![](https://raw.githubusercontent.com/chai2010/vimpinyin/master/doc/4.png)