Skip to content

Commit

Permalink
remove expand_region.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Aug 3, 2018
1 parent 44a6450 commit 0a246fd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ Plug 'kana/vim-textobj-function'
Plug 'sgur/vim-textobj-parameter'
Plug 'Shougo/echodoc.vim'
Plug 'terryma/vim-smooth-scroll'
Plug 'terryma/vim-expand-region'
Plug 'rhysd/clever-f.vim'
Plug 'rhysd/github-complete.vim'
Plug 'yianwillis/vimcdoc'
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ An automatic configuration program for vim
| [vim-slash][50] | 优化搜索,移动光标后清除高亮 |
| [echodoc][57] | 补全函数时在命令栏显示函数签名 |
| [vim-smooth-scroll][60] | 让翻页更顺畅 |
| [vim-expand-region][61] | 快速选择区域 |
| [clever-f.vim][68] | 强化f和F键 |
| [github-complete.vim][69] | Emoji:dog:补全 |
| [vimcdoc][73] | vim中文文档 |
Expand Down Expand Up @@ -153,8 +152,6 @@ An automatic configuration program for vim
| `vaf` | 选中函数内容(包括函数名 花括号) |
| `daf` | 删除函数内容(包括函数名 花括号) |
| `caf` | 改写函数内容(包括函数名 花括号) |
| `+` | 逐渐增大选择区域 |
| `-` | 逐渐减小选择区域 |
| `fa` | 查找字母a,然后再按f键查找下一个 |
| `<c-x><c-o>` | Emoji:dog:补全 |
Expand Down Expand Up @@ -288,7 +285,6 @@ An automatic configuration program for vim
[58]: https://github.com/chxuan/cpp-mode
[59]: https://github.com/chxuan/vimplus/blob/master/help.md
[60]: https://github.com/terryma/vim-smooth-scroll
[61]: https://github.com/terryma/vim-expand-region
[62]: https://github.com/mileszs/ack.vim
[64]: https://github.com/junegunn/gv.vim
[65]: https://raw.githubusercontent.com/terryma/vim-multiple-cursors/master/assets/example1.gif
Expand Down
2 changes: 0 additions & 2 deletions help.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
| `vaf` | 选中函数内容(包括函数名 花括号) |
| `daf` | 删除函数内容(包括函数名 花括号) |
| `caf` | 改写函数内容(包括函数名 花括号) |
| `+` | 逐渐增大选择区域 |
| `-` | 逐渐减小选择区域 |
| `fa` | 查找字母a,然后再按f键查找下一个 |
| `<c-x><c-o>` | Emoji:dog:补全 |

Expand Down

0 comments on commit 0a246fd

Please sign in to comment.