mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-11 02:59:40 +02:00
Add a note about dynamic config reload behavior of underline_hyperlinks
This commit is contained in:
@@ -515,9 +515,11 @@ be activated when the hyperlink is clicked.
|
||||
opt('underline_hyperlinks', 'hover', choices=('hover', 'always', 'never'),
|
||||
ctype='underline_hyperlinks', long_text='''
|
||||
Control how hyperlinks are underlined. They can either be underlined on mouse
|
||||
``hover``, ``always`` (i.e. permanently underlined) or ``never`` which means
|
||||
:code:`hover`, :code:`always` (i.e. permanently underlined) or :code:`never` which means
|
||||
that kitty will not apply any underline styling to hyperlinks.
|
||||
Uses the :opt:`url_style` and :opt:`url_color` settings for the underline style.
|
||||
Uses the :opt:`url_style` and :opt:`url_color` settings for the underline style. Note
|
||||
that reloading the config and changing this value to/from :code:`always` will only
|
||||
affect text subsequently received by kitty.
|
||||
''')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user