From 543b7dcf94b3ecf83a713d785f5b1e7950e8d68d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 15 Mar 2021 12:17:15 +0530 Subject: [PATCH] Increase the default set of recognized URL prefixes --- kitty/config_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=_('''