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

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

List of comma-separated words, which enable special things that keys can do. These values can be used: startsel Using a shifted special key starts selection (either Select mode or Visual mode, depending on "key" being present in 'selectmode'). stopsel Using a not-shifted special key stops selection. Special keys in this context are the cursor keys, <End>, <Home>, <PageUp> and <PageDown>. The 'keymodel' option is set by the :behave command.

(default "")

type

GlobalOption<string>