Skip to content

Commit

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

call plug#end()

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ An automatic configuration program for vim
| [vim-smooth-scroll][60] | 让翻页更顺畅 |
| [vim-expand-region][61] | 快速选择区域 |
| [clever-f.vim][68] | 增强f键 |
| [github-complete.vim][68] | Emoji:dog:补全 |
快捷键
Expand Down Expand Up @@ -148,6 +149,8 @@ An automatic configuration program for vim
| `caf` | 改写函数内容(包括函数名 花括号) |
| `+` | 逐渐增大选择区域 |
| `-` | 逐渐减小选择区域 |
| `fa` | 查找a字母,然后再按f键查找下一个 |
| `<c-x><c-o>` | Emoji:dog:补全 |
Q & A
------------
Expand Down Expand Up @@ -290,3 +293,4 @@ Q & A
[66]: https://github.com/chxuan/vimplus-startify
[67]: https://github.com/chxuan/prepare-code
[68]: https://github.com/rhysd/clever-f.vim
[69]: https://github.com/rhysd/github-complete.vim
2 changes: 2 additions & 0 deletions help.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
| `+` | 逐渐增大选择区域 |
| `-` | 逐渐减小选择区域 |
| `<c-j>` | 多光标编辑,ctrl+j选中当前单词,再按ctrl+j选中下一个同样的单词,选完后按c批量修改 |
| `fa` | 查找a字母,然后再按f键查找下一个 |
| `<c-x><c-o>` | Emoji:dog:补全 |


插入模式
Expand Down

0 comments on commit 4e7ea48

Please sign in to comment.