()
| 237 | } |
| 238 | |
| 239 | export function getKeybindings(): KeybindingsManager { |
| 240 | if (!globalKeybindings) { |
| 241 | globalKeybindings = new KeybindingsManager(TUI_KEYBINDINGS); |
| 242 | } |
| 243 | return globalKeybindings; |
| 244 | } |
no outgoing calls
no test coverage detected