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;