From 1cb183f5e1290144c0d2e14da35a7258ef118a03 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 6 Jun 2020 09:11:32 +0530 Subject: [PATCH] Add a note about what sort of ligatures disable_ligatures affects --- kitty/config_data.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kitty/config_data.py b/kitty/config_data.py index 90bcb03ec..090a90eba 100644 --- a/kitty/config_data.py +++ b/kitty/config_data.py @@ -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=_('''