add clever-f.vim

This commit is contained in:
chxuan 2018-06-03 21:08:43 +08:00
parent bf3b4fc645
commit f6a70fb434
2 changed files with 3 additions and 0 deletions

1
.vimrc
View File

@ -130,6 +130,7 @@ Plug 'Shougo/echodoc.vim'
Plug 'terryma/vim-multiple-cursors' Plug 'terryma/vim-multiple-cursors'
Plug 'terryma/vim-smooth-scroll' Plug 'terryma/vim-smooth-scroll'
Plug 'terryma/vim-expand-region' Plug 'terryma/vim-expand-region'
Plug 'rhysd/clever-f.vim'
call plug#end() call plug#end()

View File

@ -104,6 +104,7 @@ An automatic configuration program for vim
| [vim-multiple-cursors][63] | 多光标编辑 | | [vim-multiple-cursors][63] | 多光标编辑 |
| [vim-smooth-scroll][60] | 让翻页更顺畅 | | [vim-smooth-scroll][60] | 让翻页更顺畅 |
| [vim-expand-region][61] | 快速选择区域 | | [vim-expand-region][61] | 快速选择区域 |
| [clever-f.vim][68] | 增强f键 |
快捷键 快捷键
@ -288,3 +289,4 @@ Q & A
[65]: https://raw.githubusercontent.com/terryma/vim-multiple-cursors/master/assets/example1.gif [65]: https://raw.githubusercontent.com/terryma/vim-multiple-cursors/master/assets/example1.gif
[66]: https://github.com/chxuan/vimplus-startify [66]: https://github.com/chxuan/vimplus-startify
[67]: https://github.com/chxuan/prepare-code [67]: https://github.com/chxuan/prepare-code
[68]: https://github.com/rhysd/clever-f.vim