Skip to content

Commit

Permalink
调整快捷键使用说明
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Jun 27, 2021
1 parent 39c465e commit b715ec8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ Plug 'kana/vim-textobj-function'
Plug 'sgur/vim-textobj-parameter'
Plug 'Shougo/echodoc.vim'
Plug 'terryma/vim-smooth-scroll'
Plug 'rhysd/clever-f.vim'
Plug 'vim-scripts/indentpython.vim'

" 加载自定义插件
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ An automatic configuration program for vim
| [vim-slash][50] | 优化搜索,移动光标后清除高亮 |
| [echodoc][57] | 补全函数时在命令栏显示函数签名 |
| [vim-smooth-scroll][60] | 让翻页更顺畅 |
| [clever-f.vim][68] | 强化f和F键 |


## 快捷键
Expand Down Expand Up @@ -329,9 +330,6 @@ An automatic configuration program for vim
<a href="https://github.com/Ro0tk1t" target="_blank" title="Ro0tk1t">
<img src="https://github.com/Ro0tk1t.png?size=64" width="64" height="64" alt="Ro0tk1t">
</a>
<a href="https://github.com/xuthus5" target="_blank" title="xuthus5">
<img src="https://github.com/xuthus5.png?size=64" width="64" height="64" alt="xuthus5">
</a>


## 支持开源:heart:
Expand Down Expand Up @@ -403,6 +401,7 @@ This software is licensed under the [MIT license][75]. © 2016 chxuan
[64]: https://github.com/junegunn/gv.vim
[66]: https://github.com/chxuan/vimplus-startify
[67]: https://github.com/chxuan/prepare-code
[68]: https://github.com/rhysd/clever-f.vim
[70]: https://github.com/chxuan/vim-buffer
[72]: https://github.com/chxuan/vim-edit
[75]: https://github.com/chxuan/vimplus/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion help.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
| `<leader>y` | 拷贝函数声明 |
| `<leader>p` | 生成函数实现 |
| `<leader>w` | 单词跳转 |
| `<leader>f` | 搜索~目录下的文件 |
| `<leader>f` | 搜索当前目录下的文件 |
| `<leader>F` | 搜索当前目录下的文本 |
| `<leader>g` | 显示git仓库提交记录 |
| `<leader>G` | 显示当前文件提交记录 |
Expand Down

0 comments on commit b715ec8

Please sign in to comment.