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

pane.Pane.unsetHook

TypeScript

View as Markdown

Module
pane
Declared in
Pane
Package
libtmux
Source
packages/libtmux/src/pane.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 pane-scoped hook.

Examples

await pane.unsetHook("pane-title-changed");

Discussed in Options and hooks

In other ports Unbind a pane hook

0 declared, 0 inherited

Esc

Type to search.