Skip to content

Commit

Permalink
add vimcdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Jun 9, 2018
1 parent 3dc4f70 commit 8f9d242
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Plug 'terryma/vim-smooth-scroll'
Plug 'terryma/vim-expand-region'
Plug 'rhysd/clever-f.vim'
Plug 'rhysd/github-complete.vim'
Plug 'yianwillis/vimcdoc'

call plug#end()

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ An automatic configuration program for vim
| [vim-expand-region][61] | 快速选择区域 |
| [clever-f.vim][68] | 强化f和F键 |
| [github-complete.vim][69] | Emoji:dog:补全 |
| [vimcdoc][73] | vim中文文档 |
快捷键
Expand Down Expand Up @@ -301,3 +302,4 @@ Q & A
[70]: https://github.com/chxuan/vim-buffer
[71]: https://raw.githubusercontent.com/chxuan/cppfun/master/screenshots/cppfun.gif
[72]: https://github.com/chxuan/vim-replace
[73]: https://github.com/yianwillis/vimcdoc
3 changes: 3 additions & 0 deletions help.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@
| `tx` | 跳转到下一个为x的字符前 |
| `Tx` | 跳转到上一个为x的字符前 |
| `;` | 跳到下一个搜索的结果 |
| `[[` | 跳转到函数开头 |
| `]]` | 跳转到函数结尾 |


文本编辑
Expand Down Expand Up @@ -297,6 +299,7 @@
| `h tips` | 查看Vim内置的常用技巧文档 |
| `h quote` | 寄存器 |
| `h autocommand-events` | 所有可能事件 |
| `h write-plugin` | 编写插件 |


其他
Expand Down

0 comments on commit 8f9d242

Please sign in to comment.