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