MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / getKeybindings

Function getKeybindings

packages/pi-tui/src/keybindings.ts:239–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237}
238
239export function getKeybindings(): KeybindingsManager {
240 if (!globalKeybindings) {
241 globalKeybindings = new KeybindingsManager(TUI_KEYBINDINGS);
242 }
243 return globalKeybindings;
244}

Callers 5

handleInputMethod · 0.90
handleInputMethod · 0.90
handleInputMethod · 0.90
handleInputMethod · 0.90
handleInputMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected