Skip to content

VimInsertModeKey

Unofficial

A keystroke recorded while insert mode was active, so the insertion can be replayed by . or by a macro.

Import:

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

Signature:

export interface VimInsertModeKey

Properties

PropertyTypeDescription
altKeybooleanWhether the Alt modifier was held.
ctrlKeybooleanWhether the Control modifier was held.
keystringThe key value of the originating keyboard event.
keyNamestringThe Vim-style name of the key, such as <C-a>.
metaKeybooleanWhether the Meta modifier was held.
shiftKeybooleanWhether the Shift modifier was held.

Links to this page: