Skip to main content
Module

x/ddc_vim/deps.ts>op.ttimeoutlen

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

The time in milliseconds that is waited for a key code or mapped key sequence to complete. Also used for CTRL-\ CTRL-N and CTRL-\ CTRL-G when part of a command has been typed. Normally only 'timeoutlen' is used and 'ttimeoutlen' is -1. When a different timeout value for key codes is desired set 'ttimeoutlen' to a non-negative number.