Skip to main content
Module

x/denops_std/option/mod.ts>winminwidth

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

The minimal width 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 columns (i.e. just a vertical separator) if necessary. They will return to at least one line when they become active (since the cursor has to have somewhere to go.) Use 'winwidth' to set the minimal width 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 12 is reasonable.

(default 1)