Skip to main content
Module

x/denops_std/mapping/mod.ts>map

📚 Standard module for denops.vim
Go to Latest
function map
import { map } from "https://deno.land/x/denops_std@v3.11.1/mapping/mod.ts";

Register a mapping for lhs to rhs with given options.

Parameters

denops: Denops
lhs: string
rhs: string
optional
options: MapOptions = [UNSUPPORTED]

Returns

Promise<void>