Skip to main content
Module

x/denops_std/option/mod.ts>langremap

📚 Standard module for denops.vim
Go to Latest
variable langremap
import { langremap } from "https://deno.land/x/denops_std@v3.10.2/option/mod.ts";

{only available when compiled with the |+langmap| feature} When off, setting 'langmap' does not apply to characters resulting from a mapping. This basically means, if you noticed that setting 'langmap' disables some of your mappings, try resetting this option. This option defaults to on for backwards compatibility. Set it off if that works for you to avoid mappings to break.

type

{ get(denops: Denops): Promise<boolean>; set(denops: Denops, value: boolean): Promise<void>; reset(denops: Denops): Promise<void>; getGlobal(denops: Denops): Promise<boolean>; setGlobal(denops: Denops, value: boolean): Promise<void>; resetGlobal(denops: Denops): Promise<void>; }