Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_std/option/mod.ts>cmdheight

📚 Standard module for denops.vim
Go to Latest
variable cmdheight
import { cmdheight } from "https://deno.land/x/denops_std@v5.0.2/option/mod.ts";

Number of screen lines to use for the command-line. A larger value helps avoiding hit-enter prompts. The value of this option is stored with the tab page, so that each tab page can have a different value.

(default 1)