Skip to content

VimApi.unmap method

VimApi › unmap

Unofficial

Remove a key mapping for lhs in the given context.

Signature:

unmap(lhs: string, ctx?: string | undefined): void

Parameters:

Parameter Type Description
lhs string The left-hand side key sequence to unmap.
ctx? string | undefined The mapping context.

Returns: void