diff --git a/kitty/config_data.py b/kitty/config_data.py index a73cf0089..de93938a6 100644 --- a/kitty/config_data.py +++ b/kitty/config_data.py @@ -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=_('''