asyncrun.vim icon indicating copy to clipboard operation
asyncrun.vim copied to clipboard

no way to stop the job when running with -pos=hide

Open pinggit opened this issue 2 years ago • 0 comments

I'm trying to run something in the background like this:

-mode=term -pos=hide TASK >> running.log

so I only need to monitor the log file for the progress, this way I don't need a terminal.

but then how do I terminate the task with asyncrun?

pinggit avatar Apr 11 '23 16:04 pinggit