(overrides: KeymapOverrides, id: KeymapId)
| 27 | } |
| 28 | |
| 29 | function shortcut(overrides: KeymapOverrides, id: KeymapId): string { |
| 30 | return getKeymapDisplay(overrides, id) |
| 31 | } |
| 32 | |
| 33 | function leaderShortcut(overrides: KeymapOverrides, id: KeymapId): string { |
| 34 | return `${shortcut(overrides, 'vim.leaderPrefix')} ${shortcut(overrides, id)}` |
no test coverage detected