MCPcopy
hub / github.com/claude-code-best/claude-code / getKeybindingsPath

Function getKeybindingsPath

src/keybindings/loadUserBindings.ts:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 * Get the path to the user keybindings file.
114 */
115export function getKeybindingsPath(): string {
116 return join(getClaudeConfigHomeDir(), 'keybindings.json')
117}
118
119/**
120 * Parse default bindings (cached for performance).

Callers 5

loadKeybindingsFunction · 0.85
KeybindingWarningsFunction · 0.85
callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected