Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>op.digraph

Dark deno-powered UI framework for neovim/Vim
Go to Latest
variable op.digraph
import { op } from "https://deno.land/x/ddu_vim@v4.0.0/deps.ts";
const { digraph } = op;

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

GlobalOption<boolean>