import { langnoremap } from "https://deno.land/x/denops_std@v5.1.0/option/vim/mod.ts";
This is just like 'langremap' but with the value inverted. It only exists for backwards compatibility. When setting 'langremap' then 'langnoremap' is set to the inverted value, and the other way around.
(default off, set in defaults.vim
)
only available when compiled with the +langmap
feature
type
GlobalOption<boolean>