Skip to content

VimApi.enterInsertMode method

VimApi › enterInsertMode

Unofficial

Enter insert mode.

Signature:

enterInsertMode(cm: CodeMirrorEditor): void

Parameters:

ParameterTypeDescription
cmCodeMirrorEditorThe editor to act on.

Returns: void