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.
ex
===
启动vim编辑器的ex编辑模式
## 补充说明
在 **ex** 模式下启动vim文本编辑器。ex执行效果如同`vi -E`,适用于法及参数可参照vi指令,如要从Ex模式回到普通模式,则在vim中输入`:vi`或`:visual`即可。
### 语法
```
ex(参数)
### 参数
文件:指定待编辑的文件。
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->