Skip to main content
Module

x/ddc_vim/deps.ts>op.revins

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

{only available when compiled with the |+rightleft| feature} Inserting characters in Insert mode will work backwards. See "typing backwards" |ins-reverse|. This option can be toggled with the CTRL-_ command in Insert mode, when 'allowrevins' is set. NOTE: This option is reset when 'compatible' is set. This option is reset when 'paste' is set and restored when 'paste' is reset.