【发布时间】:2018-05-05 23:02:34
【问题描述】:
是否可以在 VIM 打开的文本文件中执行 VIM 命令?例如,我们可以有以下文本,我们想在不输入的情况下执行:help w。
Read the text in the help window to find out how the help works.
Type CTRL-W CTRL-W to jump from one window to another.
Type :q <ENTER> to close the help window.
You can find help on just about any subject, by giving an argument to the
":help" command. Try these (don't forget pressing <ENTER>):
:help w
:help c_CTRL-D
:help insert-index
:help user-manual
【问题讨论】: