调整快捷键使用说明
This commit is contained in:
parent
39c465e9c7
commit
b715ec8dd7
1
.vimrc
1
.vimrc
@ -158,6 +158,7 @@ Plug 'kana/vim-textobj-function'
|
|||||||
Plug 'sgur/vim-textobj-parameter'
|
Plug 'sgur/vim-textobj-parameter'
|
||||||
Plug 'Shougo/echodoc.vim'
|
Plug 'Shougo/echodoc.vim'
|
||||||
Plug 'terryma/vim-smooth-scroll'
|
Plug 'terryma/vim-smooth-scroll'
|
||||||
|
Plug 'rhysd/clever-f.vim'
|
||||||
Plug 'vim-scripts/indentpython.vim'
|
Plug 'vim-scripts/indentpython.vim'
|
||||||
|
|
||||||
" 加载自定义插件
|
" 加载自定义插件
|
||||||
|
|||||||
@ -155,6 +155,7 @@ An automatic configuration program for vim
|
|||||||
| [vim-slash][50] | 优化搜索,移动光标后清除高亮 |
|
| [vim-slash][50] | 优化搜索,移动光标后清除高亮 |
|
||||||
| [echodoc][57] | 补全函数时在命令栏显示函数签名 |
|
| [echodoc][57] | 补全函数时在命令栏显示函数签名 |
|
||||||
| [vim-smooth-scroll][60] | 让翻页更顺畅 |
|
| [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">
|
<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">
|
<img src="https://github.com/Ro0tk1t.png?size=64" width="64" height="64" alt="Ro0tk1t">
|
||||||
</a>
|
</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:
|
## 支持开源:heart:
|
||||||
@ -403,6 +401,7 @@ This software is licensed under the [MIT license][75]. © 2016 chxuan
|
|||||||
[64]: https://github.com/junegunn/gv.vim
|
[64]: https://github.com/junegunn/gv.vim
|
||||||
[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
|
||||||
[70]: https://github.com/chxuan/vim-buffer
|
[70]: https://github.com/chxuan/vim-buffer
|
||||||
[72]: https://github.com/chxuan/vim-edit
|
[72]: https://github.com/chxuan/vim-edit
|
||||||
[75]: https://github.com/chxuan/vimplus/blob/master/LICENSE
|
[75]: https://github.com/chxuan/vimplus/blob/master/LICENSE
|
||||||
|
|||||||
2
help.md
2
help.md
@ -13,7 +13,7 @@
|
|||||||
| `<leader>y` | 拷贝函数声明 |
|
| `<leader>y` | 拷贝函数声明 |
|
||||||
| `<leader>p` | 生成函数实现 |
|
| `<leader>p` | 生成函数实现 |
|
||||||
| `<leader>w` | 单词跳转 |
|
| `<leader>w` | 单词跳转 |
|
||||||
| `<leader>f` | 搜索~目录下的文件 |
|
| `<leader>f` | 搜索当前目录下的文件 |
|
||||||
| `<leader>F` | 搜索当前目录下的文本 |
|
| `<leader>F` | 搜索当前目录下的文本 |
|
||||||
| `<leader>g` | 显示git仓库提交记录 |
|
| `<leader>g` | 显示git仓库提交记录 |
|
||||||
| `<leader>G` | 显示当前文件提交记录 |
|
| `<leader>G` | 显示当前文件提交记录 |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user