import { remap } from "https://deno.land/x/denops_std@v6.4.0/option/vim/mod.ts";
Allows for mappings to work recursively. If you do not want this for a single entry, use the :noremap[!] command. NOTE: To avoid portability problems with Vim scripts, always keep this option at the default "on". Only switch it off when working with old Vi scripts.
(default on)
type
GlobalOption<boolean>