(overrides: KeymapOverrides, id: KeymapId)
| 35 | } |
| 36 | |
| 37 | function paneShortcut(overrides: KeymapOverrides, id: KeymapId): string { |
| 38 | return `${shortcut(overrides, 'vim.panePrefix')} ${shortcut(overrides, id)}` |
| 39 | } |
| 40 | |
| 41 | function resolveShortcutKeys( |
| 42 | sectionId: string, |
no test coverage detected