Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/denops_std/function/vim/mod.ts>getmouseshape

๐Ÿ“š Standard module for denops.vim
Go to Latest
function getmouseshape
import { getmouseshape } from "https://deno.land/x/denops_std@v5.2.0/function/vim/mod.ts";

Returns the name of the currently showing mouse pointer. When the +mouseshape feature is not supported or the shape is unknown an empty string is returned. This function is mainly intended for testing.

Returns

Promise<string>