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

Function seq

packages/app-core/src/components/QuickNotesView.tsx:116–117  ·  view source on GitHub ↗
(id: Parameters<typeof matchesSequenceToken>[2])

Source from the content-addressed store, hash-verified

114 // When Vim mode is off, the single-key Vim shortcuts (j/k/gg/G/o//…) are
115 // disabled — only arrows/Enter/Escape navigate. (songgenqing report)
116 const seq = (id: Parameters<typeof matchesSequenceToken>[2]): boolean =>
117 vimMode && matchesSequenceToken(e, overrides, id)
118 const consume = (): void => {
119 e.preventDefault()
120 e.stopImmediatePropagation()

Callers 1

handlerFunction · 0.70

Calls 1

matchesSequenceTokenFunction · 0.90

Tested by

no test coverage detected