You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
436 B

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