pane.Pane.unsetHook
- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- packages/libtmux/src/pane.ts
- Other languages
- Python Ruby LuaRustGo Java .NET C++ Swift
-
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
- Python
libtmux.Pane.unset_hook - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Pane:unset_hook - Rust
pane.Pane.unset_hook - Go
tmux.Pane.UnsetHook - Java reached through
Pane.hooks, whoseHookscarries the write - .NET reached through
Pane.Hooks, whoseTmuxHookscarries the write - C++ no equivalent on
Pane - Swift
Server.unsetHook(_:in:)
- Python
0 declared, 0 inherited