asyncrun.vim
asyncrun.vim copied to clipboard
[FeatureRequest] AsyncRestart
Hello, is it possible to have the command AsyncRestart, I think it'll be cool to have it for web server development.
A combination of AsyncStop and AsyncRun can achieve this.
And for your case, maybe just a :
:!apache2ctl -k restart &
is enough, you can bind it to F9
:noremap <F9> :!apache2ctl -k restart&<cr>
It's possible to combine AsyncStop and AsyncRun but the key point of AsyncRestart is being able to recall the last command.