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

Function seq

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

Source from the content-addressed store, hash-verified

289 // When Vim mode is off, the single-key Vim shortcuts (j/k/x/d/gg/G/o/r//…)
290 // are disabled — only arrows/Enter/Escape navigate. (songgenqing report)
291 const seq = (id: Parameters<typeof matchesSequenceToken>[2]): boolean =>
292 vimMode && matchesSequenceToken(e, overrides, id)
293 const consume = (): void => {
294 e.preventDefault()
295 e.stopImmediatePropagation()

Callers 1

handlerFunction · 0.70

Calls 1

matchesSequenceTokenFunction · 0.90

Tested by

no test coverage detected