Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Apr 26, 2018
1 parent d9f80b5 commit 4cee466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ An automatic configuration program for vim
| 快捷键 | 说明 |
| ------- | ----- |
| `,` | Leader Key |
| `<Leader>ev` | 快速编辑vimrc文件 |
| `<Leader>h` | 打开vimplus帮助文档 |
| `<Leader>n` | 打开/关闭目录树 |
| `<Leader>t` | 显示函数、变量、宏列表 |
| `<Leader>a` | .h .cpp 文件切换 |
Expand All @@ -120,7 +122,6 @@ An automatic configuration program for vim
| `<Leader>o` | 打开include文件 |
| `<Leader>w` | 单词跳转 |
| `<Leader>f` | 模糊文件搜索 |
| `<Leader>ev` | 快速编辑vimrc文件 |
| `<F5>` | 分析语法错误 |
| `<F9>/<F10>` | 改变主题颜色 |
| `<F7>/<F8>` | 启用/关闭markdown实时预览 |
Expand Down
3 changes: 2 additions & 1 deletion help.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
| 快捷键 | 说明 |
| ------- | ----- |
| `,` | Leader Key |
| `<Leader>ev` | 快速编辑vimrc文件 |
| `<Leader>h` | 打开vimplus帮助文档 |
| `<Leader>n` | 打开/关闭目录树 |
| `<Leader>t` | 显示函数、变量、宏列表 |
| `<Leader>a` | .h .cpp 文件切换 |
Expand All @@ -9,7 +11,6 @@
| `<Leader>o` | 打开include文件 |
| `<Leader>w` | 单词跳转 |
| `<Leader>f` | 模糊文件搜索 |
| `<Leader>ev` | 快速编辑vimrc文件 |
| `<F5>` | 分析语法错误 |
| `<F9>/<F10>` | 改变主题颜色 |
| `<F7>/<F8>` | 启用/关闭markdown实时预览 |
Expand Down

0 comments on commit 4cee466

Please sign in to comment.