Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chloneda committed May 10, 2022
1 parent 37734d8 commit 15434eb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* [缓冲区](#缓冲区)
* [分屏窗口](#分屏窗口)
* [标签页](#标签页)
* [Vim书签](#Vim书签)
* [vim书签](#vim书签)
* [文件浏览器](#文件浏览器)
* [拼写检查](#拼写检查)
* [代码折叠](#代码折叠)
Expand All @@ -47,9 +47,9 @@
* [寄存器](#寄存器)
* [配置文件](#配置文件)
* [常用插件](#常用插件)
* [Vim模式](#Vim模式)
* [vim模式](#vim模式)
* [外部命令](#外部命令)
* [GUI命令](#GUI命令)
* [gui命令](#gui命令)
* [快速修复窗口](#快速修复窗口)
* [文件编码](#文件编码)
* [帮助信息](#帮助信息)
Expand All @@ -59,7 +59,7 @@
* [网络资源](#网络资源)
* [使用建议](#使用建议)
* [相关书籍](#相关书籍)
* [Vim键盘图](#Vim键盘图)
* [vim键盘图](#vim键盘图)
* [参考信息](#参考信息)


Expand Down Expand Up @@ -1014,7 +1014,7 @@ gT # 切换到上一个标签页
## Vim书签
## vim书签
> Vim 书签可以在文件内容及文件之间快速定位到指定位置。
Expand Down Expand Up @@ -1488,7 +1488,7 @@ Ctrl+j Ctrl+k # 在同级目录和文件间移动,忽略子目录和子
## Vim模式
## vim模式
```bash
普通模式 # 按 <Esc> 退出键或 Ctrl+[ 进入普通模式,左下角显示文件名或为空
Expand Down Expand Up @@ -1519,7 +1519,7 @@ Ex 模式 # 按 Q 字母键进入 Ex 模式,与命令行模式类
## GUI命令
## gui命令
```bash
:gui # UNIX 启动 GUI
Expand Down Expand Up @@ -1754,7 +1754,7 @@ Ctrl+{char} # 作为控制字符输入的 {char};即按住 Ctrl 键再
## Vim键盘图
## vim键盘图
![vim 命令键盘图](resources/vim-commands_CN.png)
Expand Down

0 comments on commit 15434eb

Please sign in to comment.