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

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

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

Set the mouse position to be used for the next mouse action. {row} and {col} are one based. For example: call test_setmouse(4, 20) call feedkeys("<LeftMouse>", "xt")

Parameters

denops: Denops
row: unknown
col: unknown

Returns

Promise<unknown>