From 7584da91150224826eebb97215e2656e8cfeb95e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 18 Aug 2026 19:10:41 +0200 Subject: [PATCH] chore: zed config update --- .config/zed/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zed/settings.json b/.config/zed/settings.json index 184c1eb..aabc776 100644 --- a/.config/zed/settings.json +++ b/.config/zed/settings.json @@ -7,6 +7,7 @@ // custom settings, run `zed: open default settings` from the // command palette (cmd-shift-p / ctrl-shift-p) { + "cli_default_open_behavior": "existing_window", "icon_theme": "Catppuccin Frappé", "ui_font_size": 16, "buffer_font_size": 15,