Skip to main content
Module

x/ddc_vim/deps.ts>op.selectmode

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.selectmode
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { selectmode } = op;

This is a comma-separated list of words, which specifies when to start Select mode instead of Visual mode, when a selection is started. Possible values: mouse when using the mouse key when using shifted special keys cmd when using "v", "V" or CTRL-V See Select-mode. The 'selectmode' option is set by the :behave command.

(default "")

type

GlobalOption<string>