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): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| langmapString | string | The langmap, in the format :set langmap accepts. |
| remapCtrl? | boolean | undefined | Whether the translation also applies to keys held with Control. |
Returns: void