Skip to main content
Module

x/ddc_vim/deps.ts>op.hkmap

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.hkmap
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { hkmap } = op;

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

GlobalOption<boolean>