Skip to main content
Module

x/ddc_vim/deps.ts>op.allowrevins

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.allowrevins
import { op } from "https://deno.land/x/ddc_vim@v2.3.0/deps.ts";
const { allowrevins } = op;

{only available when compiled with the |+rightleft| feature} Allow CTRL-_ in Insert and Command-line mode. This is default off, to avoid that users that accidentally type CTRL-_ instead of SHIFT-_ get into reverse Insert mode, and don't know how to get out. See 'revins'. NOTE: This option is reset when 'compatible' is set.