MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / leaderShortcut

Function leaderShortcut

packages/app-core/src/components/HelpView.tsx:33–35  ·  view source on GitHub ↗
(overrides: KeymapOverrides, id: KeymapId)

Source from the content-addressed store, hash-verified

31}
32
33function leaderShortcut(overrides: KeymapOverrides, id: KeymapId): string {
34 return `${shortcut(overrides, 'vim.leaderPrefix')} ${shortcut(overrides, id)}`
35}
36
37function paneShortcut(overrides: KeymapOverrides, id: KeymapId): string {
38 return `${shortcut(overrides, 'vim.panePrefix')} ${shortcut(overrides, id)}`

Callers 2

resolveShortcutKeysFunction · 0.70
resolveVimCommandLabelFunction · 0.70

Calls 1

shortcutFunction · 0.70

Tested by

no test coverage detected