Skip to content

Commit

Permalink
Merge pull request #83 from nengqi/patch-1
Browse files Browse the repository at this point in the history
小错误
  • Loading branch information
skywind3000 authored Dec 5, 2021
2 parents 2635478 05b4c6e commit e798244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/vim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 91,7 @@ CTRL-[ 退出插入模式(同 ESC 等价,但更顺手)
<BS> Backspace 向后删除字符
<Home> 光标跳转行首
<End> 光标跳转行尾
CTRL-W 向后删除单词
CTRL-W 向前删除单词
CTRL-O 临时退出插入模式,执行单条命令又返回插入模式
CTRL-\ CTRL-O 临时退出插入模式(光标保持),执行单条命令又返回插入模式
CTRL-R 0 插入寄存器(内部 0号剪贴板)内容,CTRL-R 后可跟寄存器名
Expand Down

0 comments on commit e798244

Please sign in to comment.