Skip to main content
Module

x/denops_std/option/mod.ts>hkmap

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

When on, the keyboard is mapped for the Hebrew character set. Normally you would set 'allowrevins' and use CTRL-_ in insert mode to toggle this option. See rileft.txt. NOTE: This option is reset when 'compatible' is set.

(default off)

only available when compiled with the +rightleft feature

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>; }