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

window.Window.unsetHook

TypeScript

View as Markdown

Module
window
Declared in
Window
Package
libtmux
Source
packages/libtmux/src/window.ts
Other languages
Python Ruby LuaRustGo Java .NET C++ Swift
unsetHook ( name : : string ) → Promise<void>
method [source]
method [source]
unsetHook

Remove every command bound to a window-scoped hook.

Examples

await window.unsetHook("window-renamed");
In other ports Unbind a window hook

0 declared, 0 inherited

Esc

Type to search.