vim-test / vim-test

Run your tests at the speed of thought

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to make terminal go to bottom automatically

conradogarciaberrotaran opened this issue · comments

Hello, how can I make so the terminal appears at the bottom by default? Right now I'm always having to go down manually
Using nvim and running python's behave tests.
Thanks

Hello, Have you tried using the dispatch testing strategy? Instructions are easy to find in the root readme.

What runner are you using? Are you using vim or NeoVim? I just implemented new strategy neovim_sticky which may be what you want.