:enew lets me create a new buffer and :.!> lets me dump the output of an external command to that buffer. Can I combine the tw
:enew
:.!> lets me dump the output of an external command to that buffer. Can I combine the tw
>
'|' is used to chain commands together in vim. so
:enew | .!
should do what you want