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

window.Window.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
window
Declared in
Window
Package
libtmux
Source
packages/libtmux/src/window.ts
unzoom ( options : : CommandOptions ) → Promise<void>
method [source]
method [source]
unzoom

Restore this window's layout, whichever of its panes was zoomed.

Idempotent and one tmux command, for the reason Pane.zoom gives. Zooming is reached from the pane that should fill the window; unzooming has no such choice to make, so it is here as well.

Examples

await window.unzoom();

0 declared, 0 inherited

Esc

Type to search.