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

Rerun the task if that has already run.

Open nacknime-official opened this issue 4 years ago • 0 comments

Example: I wrote a HTTP server on Golang and ran that by AsyncTasks. I saw my response in browser and edited the code. The server is still running.

And to rerun the server I must switch to window with running server (I have 'output=terminal' in the config), press Ctrl+C to stop the server, press Enter to close the terminal and only then press F7 to run the task.

In IDE if a program has already run, I can press <some keybind for run> again for rerun that one. Can I do that with AsyncTasks?

nacknime-official avatar Oct 30 '21 09:10 nacknime-official