zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
46.87k stars 2.68k forks source link

Support for customizing letter-spacing / font tracking #16686

Open kunaaal13 opened 3 weeks ago

kunaaal13 commented 3 weeks ago

Check for existing issues

Describe the feature

edit Currently there is no setting to customise the spacing between lines in terminal and UI looks like this which is very cluttered. Screenshot 2024-08-22 at 9 41 10 PM

Settings to customise spacing between letters would really help

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

No response

notpeter commented 3 weeks ago

spacing between lines

What you're looking for is something like:

  "terminal": {
     "line_height": {
       "custom": 1.5
     }
  },

It was documented in the default settings, but was missing from the web documentation: https://github.com/zed-industries/zed/blob/89f14a3dfb6354ca1f7cc98d4175d00dfb9227f1/assets/settings/default.json#L668-L680

kunaaal13 commented 3 weeks ago

what about letter spacing?

notpeter commented 3 weeks ago

what about letter spacing?

Not something we currently support so I've converted this to an enhancement request for that feature.