Skip to main content
The Deno 2 Release Candidate is 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.11.3/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>