window.Window.unsetHook
- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- packages/libtmux/src/window.ts
- Other languages
- Python Ruby LuaRustGo Java .NET C++ Swift
-
Remove every command bound to a window-scoped hook.
Examples
await window.unsetHook("window-renamed");In other ports Unbind a window hook
- Python
libtmux.Window.unset_hook - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Window:unset_hook - Rust
window.Window.unset_hook - Go
tmux.Window.UnsetHook - Java reached through
Window.hooks, whoseHookscarries the write - .NET reached through
Window.Hooks, whoseTmuxHookscarries the write - C++ no equivalent on
Window - Swift
Server.unsetHook(_:in:)
- Python
0 declared, 0 inherited