Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>op.hkmap

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
variable op.hkmap
import { op } from "https://deno.land/x/ddc_vim@v3.9.0/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>