* Parse default bindings (cached for performance).
()
| 120 | * Parse default bindings (cached for performance). |
| 121 | */ |
| 122 | function getDefaultParsedBindings(): ParsedBinding[] { |
| 123 | return parseBindings(DEFAULT_BINDINGS) |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * Load and parse keybindings from user config file. |
no test coverage detected