Skip to main content
Module

x/ddc_vim/deps.ts>op.scrolljump

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

Minimal number of lines to scroll when the cursor gets off the screen (e.g., with "j"). Not used for scroll commands (e.g., CTRL-E, CTRL-D). Useful if your terminal scrolls very slowly. When set to a negative number from -1 to -100 this is used as the percentage of the window height. Thus -50 scrolls half the window height. NOTE: This option is set to 1 when 'compatible' is set.