Updated shortcuts for compilations.

This commit is contained in:
Bokuan Li
2025-12-21 03:10:18 -05:00
parent 155c7aa2ef
commit c021e0f27b
3 changed files with 21 additions and 0 deletions

11
.zed/keymap.json Normal file
View File

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