Skip to content

VimOperatorMotionArgs

Unofficial

Arguments applied to the motion half of an operator-motion key mapping, such as dd or yy.

Import:

import type { VimOperatorMotionArgs } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface VimOperatorMotionArgs

Properties

PropertyTypeDescription
visualLine?booleanWhether the motion covers whole lines rather than a character range.

Links to this page: