Skip to main content
Module

x/ddc_vim/deps.ts>op.scroll

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

Number of lines to scroll with CTRL-U and CTRL-D commands. Will be set to half the number of lines in the window when the window size changes. This may happen when enabling the |status-line| or 'tabline' option after setting the 'scroll' option. If you give a count to the CTRL-U or CTRL-D command it will be used as the new value for 'scroll'. Reset to half the window height with ":set scroll=0".