Skip to content

VimApi.mapclear method

VimApi › mapclear

Unofficial

Clear all key mappings in the given context.

Signature:

mapclear(ctx?: string | undefined): void

Parameters:

Parameter Type Description
ctx? string | undefined The mapping context to clear.

Returns: void