Files
garden/.zed/keymap.json
2026-01-05 20:11:28 -05:00

19 lines
334 B
JSON

[
{
"context": "Editor",
"bindings": {
"ctrl-s": [
"workspace::Save",
["task::Spawn", { "task_name": "Build and Serve" }],
],
"ctrl-b": "editor::MoveLeft",
"ctrl-i": [
"editor::InsertSnippet",
{
"snippet": "\\textit{$1}$0",
},
],
},
},
]