commit f0884b241df5afb5ee0c5d4f70b7477f0ffe64ec
parent 4b5f9fd41c7e3e40283ad3f92c82e82106a55664
Author: Robert Russell <robert@rr3.xyz>
Date: Sat, 5 Jul 2025 12:33:15 -0700
zed: don't auto reveal entries
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/zed/settings.json b/zed/settings.json
@@ -18,6 +18,7 @@
"tabs": { "show_close_button": "hidden" }, // I don't want to accidentally close tabs.
"git_panel": { "dock": "right" },
"outline_panel": { "dock": "right" },
+ "project_panel": { "auto_reveal_entries": false },
// Style
"ui_font_size": 15,