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

Terminal stop command #245

Open zoriya opened 2 years ago

zoriya commented 2 years ago

Running a command in a terminal like :AsyncRun -mode=term du / can't be stopped with :AsyncStop. Running AsyncStop does absolutely nothing, but if I focus the terminal window and input ctrl-c it stops as it should.

Also, unrelated thing, but when creating a terminal with -mode=term and -focus=0, the terminal does not scroll automatically and is in normal mode and not terminal mode.

Tested with neovim v0.6.1