dotfiles

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

commit 6c3742f86d9e7e71c8eec3c33db6d87fea71be09
parent 6283e1510ea5fa8eb2fe0d510afee24fe9a31cac
Author: Robert Russell <robert@rr3.xyz>
Date:   Thu, 24 Apr 2025 22:12:06 -0700

Update zed config

Diffstat:
Mzed/keymap.json | 6+++---
Mzed/settings.json | 3++-
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/zed/keymap.json b/zed/keymap.json @@ -400,7 +400,7 @@ "n": "vim::MoveToNextMatch", "N": "vim::MoveToPreviousMatch", - "ctrl-n": null, + "ctrl-n": "workspace::NewWindow", "ctrl-N": null, "o": null, @@ -430,8 +430,8 @@ "t": null, "T": null, - "ctrl-t": null, - "ctrl-T": null, + "ctrl-t": "workspace::NewFile", + "ctrl-T": "pane::ReopenClosedItem", "u": null, "U": null, diff --git a/zed/settings.json b/zed/settings.json @@ -29,8 +29,9 @@ }, "experimental.theme_overrides": { "syntax": { + "boolean": { "color": "#00cc55" }, "comment": { "color": "#808080", "font_style": "italic" }, - "constructor": { "color": "#e0690d" }, + "constructor": { "color": "#00cc55" }, "function": { "color": "#d7d7d7" }, "punctuation.bracket": { "color": "#a7a7a7" }, "punctuation.delimiter": { "color": "#a7a7a7" },