diff --git a/zed/.config/zed/settings.json b/zed/.config/zed/settings.json index d8885b0..36ce4fa 100644 --- a/zed/.config/zed/settings.json +++ b/zed/.config/zed/settings.json @@ -148,6 +148,8 @@ "project_panel": { "entry_spacing": "standard", + "hide_root": true, + "default_width": 400, }, "toolbar": { "breadcrumbs": false, @@ -166,4 +168,12 @@ "diagnostics": false, "metrics": false, }, + "title_bar": { + "show_onboarding_banner": false, + "show_user_picture": false, + "show_branch_icon": true, + }, + "file_finder": { + "modal_max_width": "medium", + }, }