如何阅读 Vim 击键语法?

can*_*289 11 vim

我正在尝试学习 Vim,我看到很多文档都使用像 <C-v>. 是否有关于如何正确阅读的一般指南?

我在下面附上了一个使用此语法的示例 SO 帖子:

Vim 多行编辑就像在 sublimetext 中一样?

通过删除 Windows 兼容层来帮自己一个忙。进入 Visual-Block 模式的常规快捷方式是<C-v>

8bi*_*ree 17

在 Vim 中,:help <>简要概述了 Vim 使用的符号,并提供了一些示例,包括:

<C-G>            CTRL-G
<C-LeftMouse>    Control- left mouse click
Run Code Online (Sandbox Code Playgroud)

:help key-notation或者:help keycodes将提供 Vim 文档中使用的更详尽的约定列表(通常也由 Vim 用户复制)以引用各种键。其中一行是这样的:

notation    meaning       equivalent   decimal   value(s)
-----------------------------------------------------------------------

<C-...>     control-key                          *control* *ctrl* *<C-*
Run Code Online (Sandbox Code Playgroud)


归档时间:

查看次数:

948 次

最近记录:

10 年,3 月 前