Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling the GoTest floating window #69

Closed
liamg opened this issue Jan 7, 2022 · 2 comments
Closed

Scrolling the GoTest floating window #69

liamg opened this issue Jan 7, 2022 · 2 comments

Comments

@liamg
Copy link

liamg commented Jan 7, 2022

First of all thanks for this great project, it's awesome!

Secondly I apologise in advance if this is raised in the incorrect place, I think it may be specific to the guihua plugin but I'm unsure.

When I run go tests, I often need to scroll back in the output and can't seem to find a way to do this - am I missing something obvious or is it not currently supported?

@ray-x
Copy link
Owner

ray-x commented Jan 7, 2022

To move your cursor to the GoTest output floating terminal, you can use <Ctrl-w>w, or simply move your cursor to the output terminal with touch pad/mouse.
To scroll back/forward, you can use <C-f> forward or <C-b> backward. As it is a neovim instance, you can use ? to back search e.g. ? FAIL. If you enabled mouse, scroll should also work.

Hope it helps.

@liamg
Copy link
Author

liamg commented Jan 7, 2022

Amazing, thank you!

@liamg liamg closed this as completed Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants