From e3b16171090c2f38216dfaa575eb4fe39156a8f0 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Thu, 15 May 2025 10:00:01 -0400 Subject: [PATCH] 2025-05-15 --- zed_config/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zed_config/settings.json b/zed_config/settings.json index 90916c4..0b4aedc 100644 --- a/zed_config/settings.json +++ b/zed_config/settings.json @@ -60,7 +60,11 @@ "dark": "Ayu Dark" }, "scrollbar": { - "show": "never" + "show": "auto", + "axes": { + "horizontal": false, + "vertical": true + } }, "cursor_shape": "underline", "vertical_scroll_margin": 18,