From 84324fad281811fa49386d4ebdce114753c45bba Mon Sep 17 00:00:00 2001 From: Song Tianxiang Date: Thu, 3 Feb 2022 20:24:52 +0800 Subject: [PATCH 1/4] fix ctrl_space.scpt, command -> control --- plugin/ctrl_space.scpt | Bin 918 -> 902 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/plugin/ctrl_space.scpt b/plugin/ctrl_space.scpt index 87a61d7f7850bacb52fe09ce359980cb9fece1a3..4a722efbb59200bc6d52f4d656f660a2f5c88911 100755 GIT binary patch delta 78 zcmbQn-o`#*yHrUI+y9>o47?0%42-!9Ai&7L#m~USxN73X6fPeICI&{9;{3eyi4UbG gM={>!=3-!BC}zlK$YV&~9KgiE$W)RuIf~f^0Pa{4)&Kwi delta 102 zcmZo;pT<66yHsup+y9>o47?0%42-!9Ai&7L#m~USxNG9Y6rmUfCI&_x-^Aq1ypsIl z3 Date: Thu, 3 Feb 2022 20:29:38 +0800 Subject: [PATCH 2/4] fix README.md, vim-plug use --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 859423d..5d77a4b 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,8 @@ ### 使用 Vim-Plug 插件 在你的配置文件中(通常是 .vimrc )加入如下代码片段 ``` -call plug#begin() -Plug lipingcoding/autoim.vim -call plug#end() +Plug 'lipingcoding/autoim.vim' + ``` From a45f9a090830012899e29cc09e981d3a6637214b Mon Sep 17 00:00:00 2001 From: Song Tianxiang Date: Thu, 3 Feb 2022 20:42:55 +0800 Subject: [PATCH 3/4] add input method change key: ctrl+cmd+space --- plugin/ctrl_cmd_space.scpt | Bin 0 -> 986 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 plugin/ctrl_cmd_space.scpt diff --git a/plugin/ctrl_cmd_space.scpt b/plugin/ctrl_cmd_space.scpt new file mode 100755 index 0000000000000000000000000000000000000000..96d9c4ee0e26463c01bf1fc04a91e87d8830d347 GIT binary patch literal 986 zcmb_bxo+D)5PeHhhu1uGxJaoYRe*?AtIkOrAc=z%fU;A|#~2!oV_Yhs8L(h!R~%xK QrWdF%Wg^=*dwZY%0u;^Z(EtDd literal 0 HcmV?d00001 From 87a89571a36f7e45ba4becc9a9607e5f88ca54f9 Mon Sep 17 00:00:00 2001 From: Song Tianxiang Date: Thu, 3 Feb 2022 20:47:32 +0800 Subject: [PATCH 4/4] add input method change key: ctrl+cmd+space --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5d77a4b..e3817ac 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ let g:autoim_toggle_shortcut = 'cmd_space' ``` let g:autoim_toggle_shortcut = 'ctrl_space' ``` +如果是 ctrl-cmd-space 那就应该是: +``` +let g:autoim_toggle_shortcut = 'ctrl_cmd_space' +``` ## 具有类似功能的插件 - [smartim](https://github.com/ybian/smartim)