VimApi.multiSelectHandleKey method
VimApi › multiSelectHandleKey
Unofficial
Handle a key press in multi-select mode.Signature:
multiSelectHandleKey(cm: VimEditor, key: string, origin?: string | undefined): booleanParameters:
| 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: boolean — Whether the key was handled.