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

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

Name of a keyboard mapping. See mbyte-keymap. Setting this option to a valid keymap name has the side effect of setting 'iminsert' to one, so that the keymap becomes effective. 'imsearch' is also set to one, unless it was -1 Only normal file name characters can be used, "/\*?[|<>" are illegal.

(default "")

only available when compiled with the +keymap feature

type

LocalOption<string>