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

about -focus

Open pinggit opened this issue 5 years ago • 2 comments

I hope to "change" focus - means jump into the Asyncrun window quickfix, but it does not work... other options (-save) work. am I missing anything?

 nn ,Es :AsyncRun -save=1 -focus=1 ls -lt

pinggit avatar Feb 24 '20 16:02 pinggit

-focus is for terminal mode only.

In you situation, you can execute

:wincmd p

after :AsyncRun

skywind3000 avatar Feb 24 '20 16:02 skywind3000