uTools-Manuals/docs/vim/宏录制.html
2019-04-21 11:50:48 +08:00

10 lines
458 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div>
<h1>宏录制</h1>
<pre>
<span id="qa">qa</span> <span>开始录制名字为 a 的宏</span>
<span id="q">q</span> <span>结束录制宏</span>
<span id="@a">@a</span> <span>播放名字为 a 的宏</span>
<span id="@@">@@</span> <span>播放上一个宏</span>
<span id="@:">@:</span> <span>重复上一个ex命令即冒号命令</span>
</pre>
</div>