disable ligatures in default config

This commit is contained in:
Labhansh Agrawal 2020-06-26 20:23:42 +05:30 committed by Benjamin Staneck
parent 56c65eac05
commit 8df05bba2c

View file

@ -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
},