Skip to content

VimApi.InsertModeKey method

VimApi › InsertModeKey

Unofficial

Create an insert mode key binding for the given key name.

Signature:

InsertModeKey(keyName: string): void

Parameters:

Parameter Type Description
keyName string The key name to bind.

Returns: void