Skip to main content
Module

x/denops_std/option/mod.ts>winminheight

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

The minimal height of a window, when it's not the current window. This is a hard minimum, windows will never become smaller. When set to zero, windows may be "squashed" to zero lines (i.e. just a status bar) if necessary. They will return to at least one line when they become active (since the cursor has to have somewhere to go.) Use 'winheight' to set the minimal height of the current window. This option is only checked when making a window smaller. Don't use a large number, it will cause errors when opening more than a few windows. A value of 0 to 3 is reasonable.

(default 1)