From 78bf38cc7d471065587be4cd51cad803922c5ec5 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 1 Mar 2025 22:55:34 +0000 Subject: [PATCH] feat(cursor): always show minimap slider --- cursor/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursor/settings.json b/cursor/settings.json index 6b2ca36..5a9c9ea 100644 --- a/cursor/settings.json +++ b/cursor/settings.json @@ -24,8 +24,8 @@ 120 ], "editor.semanticHighlighting.enabled": true, - "editor.accessibilitySupport": "off", "editor.minimap.enabled": true, + "editor.minimap.showSlider": "always", // // =========================================================================== // Diffs