diff options
| author | silly <u65487754@gmail.com> | 2026-03-10 16:38:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-10 16:38:13 +0100 |
| commit | 21a8525bb5962d1647d81f43fb65dcdc8ff4cdea (patch) | |
| tree | 397c77cc4e7e0671e76ebb2383cbcdd47617b9d1 /.config/zed | |
| parent | ba6246753656f9e8202c9c46520c5380d131f1a6 (diff) | |
Update settings.json
Diffstat (limited to '.config/zed')
| -rw-r--r-- | .config/zed/settings.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/.config/zed/settings.json b/.config/zed/settings.json index 609f5f6..faf8fea 100644 --- a/.config/zed/settings.json +++ b/.config/zed/settings.json @@ -1,4 +1,8 @@ { + "scrollbar": { + "show": "never" + }, + "when_closing_with_no_tabs": "close_window", "completions": { "lsp": true, }, @@ -30,7 +34,7 @@ "border_size": 0.0, "inactive_opacity": 1.0, }, - "bottom_dock_layout": "left_aligned", + "bottom_dock_layout": "right_aligned", "preview_tabs": { "enable_preview_file_from_code_navigation": false, "enable_preview_from_multibuffer": false, @@ -40,7 +44,7 @@ "tab_bar": { "show_nav_history_buttons": false, "show_tab_bar_buttons": false, - "show": true, + "show": false, }, "title_bar": { "show_user_picture": false, @@ -77,12 +81,12 @@ "scrollbar": { "show": "never", }, - "starts_open": false, + "starts_open": true, "git_status": false, "folder_icons": true, "file_icons": true, "default_width": 160.0, - "dock": "left", + "dock": "right", "button": true, }, "rounded_selection": false, |
