MCPcopy Index your code
hub / github.com/Acode-Foundation/Acode / getCommandKeymapExtension

Function getCommandKeymapExtension

src/cm/commandRegistry.js:1573–1575  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1571}
1572
1573export function getCommandKeymapExtension() {
1574 return commandKeymapCompartment.of(keymap.of(cachedKeymap));
1575}
1576
1577export async function setKeyBindings(view) {
1578 await loadCustomKeyBindings();

Callers 2

EditorManagerFunction · 0.90
applyFileToEditorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected