Skip to main content
Module

x/denops_std/option/mod.ts>digraph

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

Enable the entering of digraphs in Insert mode with {char1} <BS> {char2}. See digraphs. NOTE: This option is reset when 'compatible' is set.

(default off)

not available when compiled without the +digraphs 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>; }