调整快捷键使用说明

This commit is contained in:
chxuan 2021-06-27 10:16:05 +08:00
parent 39c465e9c7
commit b715ec8dd7
3 changed files with 4 additions and 4 deletions

1
.vimrc
View File

@ -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'
" 加载自定义插件

View File

@ -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键 |
## 快捷键
@ -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:
@ -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

View File

@ -13,7 +13,7 @@
| `<leader>y` | 拷贝函数声明 |
| `<leader>p` | 生成函数实现 |
| `<leader>w` | 单词跳转 |
| `<leader>f` | 搜索~目录下的文件 |
| `<leader>f` | 搜索当前目录下的文件 |
| `<leader>F` | 搜索当前目录下的文本 |
| `<leader>g` | 显示git仓库提交记录 |
| `<leader>G` | 显示当前文件提交记录 |