import { op } from "https://deno.land/x/ddc_vim@v4.0.2/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