mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
Mention calt: false
in the default settings to disable ligatures
This commit is contained in:
parent
f9d793cb4a
commit
989c9f0196
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
"buffer_font_family": "Zed Mono",
|
||||
// The OpenType features to enable for text in the editor.
|
||||
"buffer_font_features": {
|
||||
"calt": true
|
||||
// Disable ligatures:
|
||||
// "calt": false
|
||||
},
|
||||
// The default font size for text in the editor
|
||||
"buffer_font_size": 15,
|
||||
|
|
Loading…
Reference in a new issue