Skip to content

Zed instructions

Nikita Prokopov edited this page May 16, 2025 · 1 revision

Installing

Make sure you install the font.

Enabling

To change the font use:

{
  "buffer_font_family": "Fira Code"
}

To enable ligatures:

{
  "buffer_font_features": {
        "calt": true
  }
}
Clone this wiki locally