Skip to content

VimApi.enterVimMode method

VimApi › enterVimMode

Unofficial

Enter Vim mode in the given editor.

Signature:

enterVimMode(cm: VimEditor): void

Parameters:

Parameter Type Description
cm VimEditor The editor instance.

Returns: void