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.imcmdline

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
variable op.imcmdline
import { op } from "https://deno.land/x/ddc_vim@v3.9.0/deps.ts";
const { imcmdline } = op;

When set the Input Method is always on when starting to edit a command line, unless entering a search pattern (see 'imsearch' for that). Setting this option is useful when your input method allows entering English characters directly, e.g., when it's used to type accented characters with dead keys.

(default off)

type

GlobalOption<boolean>