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

session.Session.unsetHook

TypeScript

View as Markdown

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

Remove a hook from this session.

Examples

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

0 declared, 0 inherited

Esc

Type to search.