rcarriga / vim-ultest

The ultimate testing plugin for (Neo)Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you focus the output window?

theTechGoose opened this issue · comments

Describe the bug
I can't find the keybinding to focus the output, scroll, visual mode ect..
I've looked through the docs, help file and the plugin to see if I can find, can someone point me in the right direction?

Logs should be created using ULTEST_LOG_LEVEL=DEBUG ULTEST_LOG_FILE=vim-ultest.log nvim <test-file> and added here as well

To Reproduce
run ul test

Expected behavior
I'm looking for a keybinding to focus on this window
image

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

You can use the <Plug>(ultest-output-jump) mapping to jump to the window. Once in the window it's just a terminal buffer so you can use terminal mappings (i.e. tnoremap ...)