Skip to main content
Module

x/ddc_vim/deps.ts>op.revins

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

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.

(default off)

only available when compiled with the +rightleft feature

type

GlobalOption<boolean>