add vimcdoc

This commit is contained in:
chxuan 2018-06-09 22:28:29 +08:00
parent 3dc4f700e1
commit 8f9d2429dd
3 changed files with 6 additions and 0 deletions

1
.vimrc
View File

@ -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()

View File

@ -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中文文档 |
快捷键
@ -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

View File

@ -124,6 +124,8 @@
| `tx` | 跳转到下一个为x的字符前 |
| `Tx` | 跳转到上一个为x的字符前 |
| `;` | 跳到下一个搜索的结果 |
| `[[` | 跳转到函数开头 |
| `]]` | 跳转到函数结尾 |
文本编辑
@ -297,6 +299,7 @@
| `h tips` | 查看Vim内置的常用技巧文档 |
| `h quote` | 寄存器 |
| `h autocommand-events` | 所有可能事件 |
| `h write-plugin` | 编写插件 |
其他