import { op } from "https://deno.land/x/ddc_vim@v3.8.0/deps.ts";
const { splitright } = op;
When on, splitting a window will put the new window right of the
current one. :vsplit
(default off)
import { op } from "https://deno.land/x/ddc_vim@v3.8.0/deps.ts";
const { splitright } = op;
When on, splitting a window will put the new window right of the
current one. :vsplit
(default off)