Skip to content

VimApi.langmap method

VimApi › langmap

Unofficial

Set the langmap, which translates the keys of a non-Latin keyboard layout into the keys the mappings are written in.

Signature:

langmap(langmapString: string, remapCtrl?: boolean | undefined): void

Parameters:

ParameterTypeDescription
langmapStringstringThe langmap, in the format :set langmap accepts.
remapCtrl?boolean | undefinedWhether the translation also applies to keys held with Control.

Returns: void