Files
garden/.zed/keymap.json
2025-12-21 03:10:18 -05:00

12 lines
178 B
JSON

[
{
"context": "Editor",
"bindings": {
"ctrl-s": [
"workspace::Save",
["task::Spawn", { "task_name": "Build and Serve" }],
],
},
},
]