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

Add support for custom editor line height #21601

Closed
1 task done
jahirfiquitiva opened this issue Dec 5, 2024 · 1 comment
Closed
1 task done

Add support for custom editor line height #21601

jahirfiquitiva opened this issue Dec 5, 2024 · 1 comment
Labels
setting Feedback for preferences, configuration, etc support User support (non-defect troubleshooting, documentation, etc)

Comments

@jahirfiquitiva
Copy link

Check for existing issues

  • Completed

Describe the feature

It would be nice to be able to set a custom line height to ease reading files

Side by side comparison between Zed and VS Code

Shot 2024-12-05 at 13 47 21

Environment

Zed: v0.164.2 (Zed)
OS: macOS 15.1.1
Memory: 16 GiB
Architecture: aarch64

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

No response

@jahirfiquitiva jahirfiquitiva added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Dec 5, 2024
@jahirfiquitiva jahirfiquitiva changed the title Add support for custom editor/terminal/buffer line height Add support for custom editor line height Dec 5, 2024
@notpeter
Copy link
Member

notpeter commented Dec 5, 2024

Please search the docs before opening an issue.
https://zed.dev/docs/configuring-zed?highlight=line%20height#buffer-line-height

  "buffer_line_height": { "custom": 2.5 },

It's also supported under terminal as well:

  "terminal": {
    "line_height": "standard"
  }

@notpeter notpeter closed this as completed Dec 5, 2024
@notpeter notpeter added setting Feedback for preferences, configuration, etc support User support (non-defect troubleshooting, documentation, etc) and removed enhancement [core label] triage Maintainer needs to classify the issue admin read Pending admin review labels Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
setting Feedback for preferences, configuration, etc support User support (non-defect troubleshooting, documentation, etc)
Projects
None yet
Development

No branches or pull requests

2 participants