mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 05:54:59 +02:00
Merge branch 'nohand' of https://github.com/derekschrock/kitty
Also add a changelog entry and some stylistic fixes
This commit is contained in:
@@ -520,6 +520,11 @@ def url_prefixes(x: str) -> Tuple[str, ...]:
|
||||
o('url_prefixes', 'http https file ftp', 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=_('''
|
||||
Detect URLs under the mouse. Detected URLs are highlighted
|
||||
with an underline and the mouse cursor becomes a hand over them.
|
||||
Even if this option is disabled, URLs are still clickable.'''))
|
||||
|
||||
|
||||
def copy_on_select(raw: str) -> str:
|
||||
q = raw.lower()
|
||||
|
||||
Reference in New Issue
Block a user