libtmux.Pane.unset_hook
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux
- Source
- src/libtmux/hooks.py
- Other languages
- Ruby LuaTypeScriptRustGo Java .NET C++ Swift
- unset_hook ( self , hook : str , global_ : bool | None = None , scope : OptionScope | _DefaultOptionScope | None = DEFAULT_OPTION_SCOPE ) Self
-
Inherited from
libtmux.hooks.HooksMixinUnset hook for tmux target.
Wraps
$ tmux set-hook -u <hook>/$ tmux set-hook -U <hook>- Parameters
-
-
hook ( str ) – hook to unset, e.g. 'after-show-environment'
-
- Raises
Discussed in Options and hooks
In other ports Unbind a pane hook
- Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Pane:unset_hook - TypeScript
pane.Pane.unsetHook - 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:)
0 declared, 0 inherited