Skip to content

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 VimChangeQueue

Properties

PropertyTypeDescription
insertedstringThe keys inserted so far while the match was still undecided.
removedstring[]The text each selection had before the keys were inserted.

Links to this page: