Skip to content

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-public-latest';

Signature:

export interface VimMotionResult