Skip to main content
Module

x/denops_std/option/mod.ts>mouseshape

📚 Standard module for denops.vim
Go to Latest
variable mouseshape
import { mouseshape } from "https://deno.land/x/denops_std@v3.8.0/option/mod.ts";

{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