VimChangeQueue
Unofficial
The text an insert-mode key binding replaced, kept so it can be restored if the keys turn out to match a command instead.
Import:
import type { VimChangeQueue } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface VimChangeQueueProperties
| Property | Type | Description | |
|---|---|---|---|
| inserted | string | The keys inserted so far while the match was still undecided. | |
| removed | string[] | The text each selection had before the keys were inserted. |
Links to this page: