import { op } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { splitbelow } = op;
When on, splitting a window will put the new window below the current
one. :split
(default off)
import { op } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { splitbelow } = op;
When on, splitting a window will put the new window below the current
one. :split
(default off)