From 9cffde42bd0ac127228354aa1196e9976703ab7d Mon Sep 17 00:00:00 2001 From: Luka Jankovic Date: Wed, 4 Feb 2026 00:03:49 +0100 Subject: [PATCH] zed terminal font --- .config/zed/settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/zed/settings.json b/.config/zed/settings.json index 5ec7c17..f31cbc5 100644 --- a/.config/zed/settings.json +++ b/.config/zed/settings.json @@ -10,6 +10,10 @@ "buffer_line_height": "standard", "buffer_font_family": "CommitMono", "buffer_font_weight": 600, + "terminal": { + "font_family": "CommitMono Nerd Font", + "font_weight": 600, + }, "telemetry": { "diagnostics": false, "metrics": false,