Pipe Vim buffer to stdout

后端 未结 5 877
执念已碎
执念已碎 2021-02-07 02:37

I\'d like to use Vim in the middle of a pipe. This existing post looks like what I\'d like to do, except I was hoping to do it without Python\'s help -- only with bash. [It it

5条回答
  •  我在风中等你
    2021-02-07 03:07

    From my very limited experience, it's not possible to make Vim write to stdout. I don't think you can easily put Vim in a pipe.

    You could try the command vipe from this package.

提交回复
热议问题