Skip to main content
Module

x/denops_std/option/mod.ts>indentkeys

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

{not available when compiled without the |+cindent| feature} A list of keys that, when typed in Insert mode, cause reindenting of the current line. Only happens if 'indentexpr' isn't empty. The format is identical to 'cinkeys', see |indentkeys-format|. See |C-indenting| and |indent-expression|.