Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>op.writedelay

Dark deno-powered UI framework for neovim/Vim
Go to Latest
variable op.writedelay
import { op } from "https://deno.land/x/ddu_vim@v4.0.0/deps.ts";
const { writedelay } = op;

The number of milliseconds to wait for each character sent to the screen. When non-zero, characters are sent to the terminal one by one. For debugging purposes.

(default 0)

type

GlobalOption<number>