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

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

When on, mouse move events are delivered to the input queue and are available for mapping. The default, off, avoids the mouse movement overhead except when needed. See gui-mouse-mapping. Warning: Setting this option can make pending mappings to be aborted when the mouse is moved. Currently only works in the GUI, may be made to work in a terminal later.

(default off)

only works in the GUI

type

GlobalOption<boolean>