Skip to main content
Module

x/denops_std/option/mod.ts>maxmapdepth

📚 Standard module for denops.vim
Go to Latest
variable maxmapdepth
import { maxmapdepth } from "https://deno.land/x/denops_std@v5.1.0/option/mod.ts";

Maximum number of times a mapping is done without resulting in a character to be used. This normally catches endless mappings, like ":map x y" with ":map y x". It still does not catch ":map g wg", because the 'w' is used before the next mapping is done. See also key-mapping.

(default 1000)