2019-04-21 11:50:48 +08:00

10 lines
609 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.

<h1 id="ex">ex</h1>
<p>启动vim编辑器的ex编辑模式</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>ex</strong> 模式下启动vim文本编辑器。ex执行效果如同<code>vi -E</code>适用于法及参数可参照vi指令如要从Ex模式回到普通模式则在vim中输入<code>:vi</code><code>:visual</code>即可。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">ex参数</code></pre>
<h3 id="参数">参数</h3>
<p>文件:指定待编辑的文件。</p>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->