-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
neovim: support clicking targets #2405
Comments
note that it should also jump to definition if you use it to target an identifier |
I think it should be easy to implement as long as we have a way to open the default browser that works on linux/windows/osx. Maybe using something like https://github.com/chrishrb/gx.nvim? |
The gx mapping is already a default builtin that is cross-platform. In From
From
For being able to jump to definition (which is outside the scope of terminal side I think?) you'd have to do some more complicated target pre-parsing to see if it is a URL, path, or a follow-able symbol I guess. |
If I have a URL in the terminal and target it with
click second paint row <blah>
it doesn't open the link, like it would in vscode. It prints theopenLink Not implemented
error. This would be useful for instance if you git push and then get a PR link listed like this:The text was updated successfully, but these errors were encountered: