mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 04:13:44 +00:00
Increase the default set of recognized URL prefixes
This commit is contained in:
parent
271c39cc9d
commit
543b7dcf94
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ def url_prefixes(x: str) -> Tuple[str, ...]:
|
|||
return tuple(a.lower() for a in x.replace(',', ' ').split())
|
||||
|
||||
|
||||
o('url_prefixes', 'http https file ftp gemini', option_type=url_prefixes, long_text=_('''
|
||||
o('url_prefixes', 'http https file ftp gemini irc gopher mailto news git', option_type=url_prefixes, long_text=_('''
|
||||
The set of URL prefixes to look for when detecting a URL under the mouse cursor.'''))
|
||||
|
||||
o('detect_urls', True, long_text=_('''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue