Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

pane.Pane.unzoom

TypeScript
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
pane
Declared in
Pane
Package
libtmux
Source
packages/libtmux/src/pane.ts
unzoom ( options : : CommandOptions ) → Promise<void>
method [source]
method [source]
unzoom

Restore this pane's window to its layout, whatever it was doing before.

Idempotent in the same way Pane.zoom is, and unzooms the window even when a different pane in it is the zoomed one.

Examples

await pane.unzoom();

0 declared, 0 inherited

Esc

Type to search.