mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 11:21:32 +00:00
Add a note about what sort of ligatures disable_ligatures affects
This commit is contained in:
parent
d78a553910
commit
1cb183f5e1
1 changed files with 3 additions and 0 deletions
|
|
@ -304,6 +304,9 @@ or by defining shortcuts for it in kitty.conf, for example::
|
|||
map alt+2 disable_ligatures_in all never
|
||||
map alt+3 disable_ligatures_in tab cursor
|
||||
|
||||
Note that this refers to programming ligatures, typically implemented using the
|
||||
:code:`calt` OpenType feature. For disabling general ligatures, use the
|
||||
:opt:`font_features` setting.
|
||||
'''))
|
||||
|
||||
o('font_features', 'none', long_text=_('''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue