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