Add a note about dynamic config reload behavior of underline_hyperlinks
This commit is contained in:
parent
b4f88b4f81
commit
a54586dfa9
1 changed files with 4 additions and 2 deletions
|
|
@ -515,9 +515,11 @@
|
|||
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.
|
||||
''')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue