Commands to select/open next link in terminal #24853
DragonDev1906
started this conversation in
Feature Ideas / Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As far as I can tell it's currently not possible to open links shown in the terminal using keyboard shortcuts (only via mouse click). Maybe there is an option in vim mode, but I'm not aware of one.
I'd love to have the following commands:
terminal::NextLink
should highlight/focus the next link in the terminal, like when it does when you hover over itterminal::PreviousLink
should highlight/focus the previous link in the terminalterminal::OpenLink
(or Enter or whatever) should open the currently highlighted link (usually a file in the project)terminal::OpenNextLink
Combination of NextLink and OpenLink, not sure if that's needed thoughFor context: I'm using bacon in the Zed terminal to show compilation errors (instead of the builtin diagnostics).
Beta Was this translation helpful? Give feedback.
All reactions