Skip to main content
Module

x/ddc_vim/deps.ts>op.sidescroll

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

The minimal number of columns to scroll horizontally. Used only when the 'wrap' option is off and the cursor is moved off of the screen. When it is zero the cursor will be put in the middle of the screen. When using a slow terminal set it to a large number or 0. When using a fast terminal use a small number or 1. Not used for "zh" and "zl" commands.