VimApi.mapclear method
VimApi › mapclear
Unofficial
Remove every user-defined mapping, leaving the built-in ones in place.Signature:
mapclear(ctx?: VimKeyMappingContext | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| ctx? | VimKeyMappingContext | undefined | The mode to clear. Omitted clears every mode. |
Returns: void