Skip to main content
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@v6.4.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<void>