Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal font ligature cannot be enabled as config #11127

Open
1 task done
MicroBlueee opened this issue Apr 28, 2024 · 2 comments
Open
1 task done

Terminal font ligature cannot be enabled as config #11127

MicroBlueee opened this issue Apr 28, 2024 · 2 comments
Labels
defect [core label] font Font feedback for readability, size, style, etc setting Feedback for preferences, configuration, etc terminal Feedback for terminal integration, shell commands, etc

Comments

@MicroBlueee
Copy link

MicroBlueee commented Apr 28, 2024

Check for existing issues

  • 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 MicroBlueee added admin read Pending admin review defect [core label] triage Maintainer needs to classify the issue labels Apr 28, 2024
@liudi4046

This comment was marked as spam.

@Moshyfawn Moshyfawn added terminal Feedback for terminal integration, shell commands, etc setting Feedback for preferences, configuration, etc font Font feedback for readability, size, style, etc and removed triage Maintainer needs to classify the issue labels Apr 29, 2024
@JosephTLyons JosephTLyons removed the admin read Pending admin review label Apr 30, 2024
@iMonZ
Copy link

iMonZ commented Sep 17, 2024

Works for me!
macOS 15 arm64

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect [core label] font Font feedback for readability, size, style, etc setting Feedback for preferences, configuration, etc terminal Feedback for terminal integration, shell commands, etc
Projects
None yet
Development

No branches or pull requests

5 participants