From ea49206a8f56ec2073dd31d59edb8406621fb506 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Fri, 28 Mar 2025 20:21:18 +0100 Subject: [PATCH] enable save all by default for zed --- modules/home/desktop/editors/zed.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home/desktop/editors/zed.nix b/modules/home/desktop/editors/zed.nix index 78fbf49..a27d932 100644 --- a/modules/home/desktop/editors/zed.nix +++ b/modules/home/desktop/editors/zed.nix @@ -26,6 +26,11 @@ in { load_direnv = "shell_hook"; base_keymap = "JetBrains"; + format_on_save = "on"; + bindings = { + "ctrl+s" = "workspace::SaveAll"; + }; + tabs = { file_icons = true; git_status = true;