dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 0d3e6f055ad9304dcfd306324c95d5fc7c537613
parent 03e5a64eeed245520051a41bfb7ae903d7b00c93
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 25 May 2026 23:02:54 +0900

zed: set default open behaviour to new window

Diffstat:
M.config/zed/settings.json | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.config/zed/settings.json b/.config/zed/settings.json @@ -8,6 +8,7 @@ // from the command palette or from `Zed` application menu. { // Theme. + "cli_default_open_behavior": "new_window", "icon_theme": { "mode": "dark", "light": "Zed (Default)",