import { op } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { mousehide } = op;
When on, the mouse pointer is hidden when characters are typed. The mouse pointer is restored when the mouse is moved.
(default on)
only works in the GUI
import { op } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { mousehide } = op;
When on, the mouse pointer is hidden when characters are typed. The mouse pointer is restored when the mouse is moved.
(default on)
only works in the GUI