// Zed keymap // // For information on binding keys, see the Zed // documentation: https://zed.dev/docs/key-bindings // // To see the default key bindings run `zed: open default keymap` // from the command palette. [ { "context": "Editor && edit_prediction", "bindings": { "alt-l": "editor::AcceptEditPrediction" } }, // Bind `tab` back to its original behavior. { "context": "Editor", "bindings": { "tab": "editor::Tab" } }, { "context": "Editor && showing_completions", "bindings": { "tab": "editor::ComposeCompletion" } }, { "context": "Terminal", "bindings": { "ctrl-r": ["terminal::SendKeystroke", "ctrl-r"] } } ]