zed icon indicating copy to clipboard operation
zed copied to clipboard

Terminal font ligature cannot be enabled as config

Open MicroBlueee opened this issue 9 months ago • 1 comments

Check for existing issues

  • [X] Completed

Describe the bug / provide steps to reproduce it

the font_feature ligature cannot work properly as config in setting.

My setting json is:

"terminal": {
    "alternate_scroll": "off",
    "blinking": "terminal_controlled",
    "font_family": "Zed Mono",
    "font_size": 14,
    "font_features": {
      "liga": true,
      "calt": true
    },
    "option_as_meta": true,
    "shell": {
      "program": "/usr/local/bin/fish"
    }
  },

but in terminal 截屏2024-04-28 20 17 54

Environment

Zed: v0.132.3 (Zed) OS: macOS 14.4.1 Memory: 64 GiB Architecture: x86_64

If applicable, add mockups / screenshots to help explain present your vision of the feature

if this setting works properly, it should be like: image

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

No response

MicroBlueee avatar Apr 28 '24 12:04 MicroBlueee

same

liudi4046 avatar Apr 28 '24 13:04 liudi4046

Works for me! macOS 15 arm64

Edit: Kinda, the Ligature looks broken in Zed: Screenshot 2024-09-17 at 10 00 30 AM

iMonZ avatar Sep 17 '24 07:09 iMonZ