Skip to content

VimApi.multiSelectHandleKey method

VimApi › multiSelectHandleKey

Unofficial

Handle a key press in multi-select mode.

Signature:

multiSelectHandleKey(cm: VimEditor, key: string, origin?: string | undefined): boolean

Parameters:

Parameter Type Description
cm VimEditor The editor instance.
key string The key that was pressed.
origin? string | undefined The origin of the key press.

Returns: booleanWhether the key was handled.