enable save all by default for zed

This commit is contained in:
Chris Kruining 2025-03-28 20:21:18 +01:00
parent f2024a5b37
commit ea49206a8f
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg

View file

@ -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;