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 VimOperatorMotionArgsProperties
| Property | Type | Description | |
|---|---|---|---|
| visualLine? | boolean | Whether the motion covers whole lines rather than a character range. |
Links to this page: