You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a more keyboard driven workflow, it would be great to be able to open links/URLs under terminal cursor via a keyboard shortcut.
I'd also be interested to make a PR if I could get some pointers.
That functionality is already there for the mouse cursor, so I imagine there's a way to do this without too much effort if we can get the terminal cursor position.
The text was updated successfully, but these errors were encountered:
Keybindings get set in keybindings.py, and documentation for the methods to interact with the VTE can be found here if you were looking to put togethor a PR
For a more keyboard driven workflow, it would be great to be able to open links/URLs under terminal cursor via a keyboard shortcut.
I'd also be interested to make a PR if I could get some pointers.
That functionality is already there for the mouse cursor, so I imagine there's a way to do this without too much effort if we can get the terminal cursor position.
The text was updated successfully, but these errors were encountered: