VimMotionResult
Unofficial
What a motion returns: the position it moved to, the pair of positions it selected, or nothing when the motion did not apply.
Import:
import type { VimMotionResult } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface VimMotionResult