[ { "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", }, ], }, }, ]