From 8df05bba2c5d9018d87eae24d8f771a39e354395 Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Fri, 26 Jun 2020 20:23:42 +0530 Subject: [PATCH] disable ligatures in default config --- app/config/config-default.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/config-default.js b/app/config/config-default.js index 4b34cbb3..c28e6fa3 100644 --- a/app/config/config-default.js +++ b/app/config/config-default.js @@ -158,8 +158,8 @@ module.exports = { // todo: does not pick up config changes automatically, need to restart terminal :/ webLinksActivationKey: '', - // if `true` (without backticks and without quotes), Hyper will ignore ligatures provided by some fonts - disableLigatures: false, + // if `false` (without backticks and without quotes), Hyper will use ligatures provided by some fonts + disableLigatures: true, // for advanced config flags please refer to https://hyper.is/#cfg },