Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
### 使用 Vim-Plug 插件
在你的配置文件中(通常是 .vimrc )加入如下代码片段
```
call plug#begin()
Plug lipingcoding/autoim.vim
call plug#end()
Plug 'lipingcoding/autoim.vim'

```


Expand All @@ -22,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)
Expand Down
Binary file added plugin/ctrl_cmd_space.scpt
Binary file not shown.
Binary file modified plugin/ctrl_space.scpt
Binary file not shown.