Skip to main content
Module

x/ddc_vim/deps.ts>op.scrollbind

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.scrollbind
import { op } from "https://deno.land/x/ddc_vim@v2.3.0/deps.ts";
const { scrollbind } = op;

See also |scroll-binding|. When this option is set, the current window scrolls as other scrollbind windows (windows that also have this option set) scroll. This option is useful for viewing the differences between two versions of a file, see 'diff'. See |'scrollopt'| for options that determine how this option should be interpreted. This option is mostly reset when splitting a window to edit another file. This means that ":split | edit file" results in two windows with scroll-binding, but ":split file" does not.