skywind3000/asyncrun.vim

Any way to auto-scroll when using term with no focus?

skamsie opened this issue · 6 comments

I would like to have auto-scroll similar to the quickfix window when using -mode=term and -focus=0 similar to how it is for the default (quickfix window). Is there any way to achieve this?

For example with this command there is no auto-scroll :AsyncRun -mode=term -pos=bottom -focus=0 -scroll=1 -rows=20 ruby %

fixed in:

https://github.com/skywind3000/asyncrun.vim/releases/tag/2.11.11

Indeed. thank you for fixing it so fast! Great plugin by the way ⭐

please update again, I have enabled reuse by default for split terminal buffers:

https://github.com/skywind3000/asyncrun.vim/releases/tag/2.11.12

polish it again, a terminal window can only be reused if it is created by asyncrun.
prevent side-effect to other terminal related plugins.

@skywind3000 If you don't mind adding, now the autoscroll can't be disabled when -mode=term and -focus=0 (basically passing -scroll=0 is ignored). It's not something I would personally use, but for consistency's sake it would be nice to have this parameter work as it does for the quickfix window.

updated