Skip to main content
Module

x/ddc_vim/deps.ts>op.allowrevins

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.allowrevins
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { allowrevins } = op;

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.

(default off)

only available when compiled with the +rightleft feature

type

GlobalOption<boolean>