-
I'd like to be able to open a URL without using the mouse. I can copy the URL with Quick Select Mode, but I could not find a way to trigger opening the URL with just the keyboard. Ideally I could use some modifier like Ctrl+prefix in Quick Select Mode to open the URL. Is there a way to configure this? |
Beta Was this translation helpful? Give feedback.
Answered by
wez
Dec 23, 2021
Replies: 1 comment 5 replies
-
The latest nightly build allows this using quickselect to trigger a lua callback which in turn can then open the URL. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
nzig
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latest nightly build allows this using quickselect to trigger a lua callback which in turn can then open the URL.
There's an example in the docs:
https://wezfurlong.org/wezterm/config/lua/keyassignment/QuickSelectArgs.html