update
This commit is contained in:
parent
d023882e7b
commit
7822e115b2
4
.vimrc
4
.vimrc
@ -8,7 +8,9 @@
|
||||
"
|
||||
"
|
||||
" Author: chxuan <787280310@qq.com>
|
||||
" Source: https://github.com/chxuan/vimplus
|
||||
" Repository: https://github.com/chxuan/vimplus
|
||||
" Create Date: 2016-05-01
|
||||
" License: MIT
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" 通用设置
|
||||
|
||||
21
LICENSE
Normal file
21
LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2016 chxuan
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
8
help.md
8
help.md
@ -1,8 +1,8 @@
|
||||
| 快捷键 | 说明 |
|
||||
| ------- | ----- |
|
||||
| `,` | Leader Key |
|
||||
| `<leader>ev` | 快速编辑vimrc文件 |
|
||||
| `<leader>sr` | 重新加载vimrc文件 |
|
||||
| `<leader>e` | 快速编辑vimrc文件 |
|
||||
| `<leader>s` | 重新加载vimrc文件 |
|
||||
| `<leader>h` | 打开vimplus帮助文档 |
|
||||
| `<leader>n` | 打开/关闭目录树 |
|
||||
| `<leader>t` | 显示函数、变量、宏列表 |
|
||||
@ -11,8 +11,8 @@
|
||||
| `<leader>i` | 转到函数声明 |
|
||||
| `<leader>o` | 打开include文件 |
|
||||
| `<leader>w` | 单词跳转 |
|
||||
| `<leader>f` | 模糊文件搜索 |
|
||||
| `<leader><leader>f` | 搜索~目录下的文件 |
|
||||
| `<leader>f` | 搜索~目录下的文件 |
|
||||
| `<leader>y/<leader>p` | 生成函数定义 |
|
||||
| `<F5>` | 分析语法错误 |
|
||||
| `<F9>/<F10>` | 改变主题颜色 |
|
||||
| `<F7>/<F8>` | 启用/关闭markdown实时预览 |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user