How can I open a file from a terminal split buffer and still keep the terminal open #490
Unanswered
filipekiss
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks, so here's my current flow: I run
OverseerShellor something similar for linting or typecheck or whatever (let's assume type checking for this example).I open the terminal output in a vsplit using
OverseerTaskAction. I get the output on the split on the right, all good.From there, I wanna highlight one of the broken files, press
gfand have it open in the left buffer, keeping the terminal buffer intact. How can I achieve that?Thank you
Beta Was this translation helpful? Give feedback.
All reactions