skywind3000 / asyncrun.vim

:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
https://www.vim.org/scripts/script.php?script_id=5431
MIT License
1.84k stars 109 forks source link

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

Open pinggit opened 1 year ago

pinggit commented 1 year ago

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?