VimStateVimInputState
Unofficial
Tracks the current input state of the Vim command parser.
Import:
import type { VimStateVimInputState } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface VimStateVimInputStateProperties
| Property | Type | Description | |
|---|---|---|---|
| changeQueue | null | Queue of pending changes to apply. | |
| keyBuffer | [] | Buffer of keys pressed for the current command sequence. | |
| motion | null | Current pending motion command. | |
| motionArgs | null | Arguments for the current pending motion. | |
| motionRepeat | [] | Repeat count for the current motion. | |
| operator | null | Current pending operator command. | |
| operatorArgs | null | Arguments for the current pending operator. | |
| prefixRepeat | [] | Prefix repeat count for the current command. | |
| registerName | null | Name of the currently specified register. |
Links to this page: