From a92b3ae38581b62e34e0d8830358ae4027069c2f Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Fri, 1 Apr 2022 16:57:25 +0200 Subject: [PATCH] =?UTF-8?q?Wez=E2=80=99s=20terminal=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- How-to-enable-stylistic-sets.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/How-to-enable-stylistic-sets.md b/How-to-enable-stylistic-sets.md index 33e9f7a..61a9880 100644 --- a/How-to-enable-stylistic-sets.md +++ b/How-to-enable-stylistic-sets.md @@ -80,6 +80,16 @@ Finally use the PS Name setting the following key in the `kitty.conf` file: font_features FiraCode-Regular +ss01 +ss02 +ss03 +ss04 +ss05 +ss07 +ss08 +zero +onum ``` +# Wez’s terminal + +``` +return { + harfbuzz_features = {"zero" , "ss01", "cv05"} +} +``` + +Full instruction [here](https://wezfurlong.org/wezterm/config/font-shaping.html). + # Windows Terminal Open the Windows Terminal settings.json file. You will need to insert a [font object](https://docs.microsoft.com/en-us/windows/terminal/customize-settings/profile-appearance#font) for Fira Code in one or more profiles: