dotfiles

dot files
git clone git://git.rr3.xyz/dotfiles | git clone gits://git.rr3.xyz/dotfiles
Log | Files | Refs

commit 1e02c308f124f6caae4d656b2da002b7ea446c70
parent 4bbd5531889f4eaf3972f67d80fdf75a21d8fa90
Author: Robert Russell <robert@rr3.xyz>
Date:   Thu, 23 Jul 2026 09:39:56 -0700

zed: update settings

Diffstat:
Mzed/settings.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zed/settings.json b/zed/settings.json @@ -21,7 +21,7 @@ "tabs": { "show_close_button": "hidden" }, // I don't want to accidentally close tabs. "git_panel": { "dock": "right", "default_width": 360, "starts_open": true }, "outline_panel": { "dock": "right", "default_width": 360 }, - "project_panel": { "dock": "left", "default_width": 280, "auto_reveal_entries": false }, + "project_panel": { "dock": "left", "default_width": 280, "starts_open": true, "auto_reveal_entries": false }, // Style "ui_font_size": 15,