MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isInclusiveMotion

Function isInclusiveMotion

src/vim/motions.ts:72–74  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

70 * Check if a motion is inclusive (includes character at destination).
71 */
72export function isInclusiveMotion(key: string): boolean {
73 return 'eE$'.includes(key)
74}
75
76/**
77 * Check if a motion is linewise (operates on full lines when used with operators).

Callers 1

getOperatorRangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected