使用vim时,我们可以:!ls用来执行shell命令,但是如何将ls输出导入vim进行编辑?
:!ls
ls
Answers:
见“ :help :read!”。例如:
:help :read!
:read !ls