mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 13:16:39 +03:00
docs/hyperlinks: revert s -> S
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
This commit is contained in:
parent
d6a08d0e6e
commit
d179da3e87
@ -30,7 +30,7 @@ return {
|
||||
|
||||
-- file:// URI
|
||||
{
|
||||
regex = "\\bfile://\\s*\\b",
|
||||
regex = "\\bfile://\\S*\\b",
|
||||
format = "$0",
|
||||
},
|
||||
|
||||
@ -61,4 +61,3 @@ printf '\e]8;;http://example.com\e\\This is a link\e]8;;\e\\\n'
|
||||
|
||||
will output the text `This is a link` that when clicked will open
|
||||
`http://example.com` in your browser.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user