Skip to main content
Module

x/ddc_vim/deps.ts>op.mouseshape

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

{only available when compiled with the |+mouseshape| feature} This option tells Vim what the mouse pointer should look like in different modes. The option is a comma separated list of parts, much like used for 'guicursor'. Each part consist of a mode/location-list and an argument-list: mode-list:shape,mode-list:shape,.. The mode-list is a dash separated list of these modes/locations: In a normal window: ~ n Normal mode v Visual mode ve Visual mode with 'selection' "exclusive" (same as 'v', if not specified) o Operator-pending mode i Insert mode r Replace mode