libtmux.Server.unset_hook
Python
- Python
- Ruby Unavailable
- Lua
- TypeScript
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux
- Source
- src/libtmux/hooks.py
- Other languages
- Ruby LuaTypeScriptRust Go 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
In other ports Unbind a global hook
- Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Server:unset_hook - TypeScript
server.Server.unsetHook - Rust
server.Server.unset_hook - Go no equivalent on
Server - Java reached through
Server.hooks, whoseHookscarries the write - .NET reached through
Server.Hooks, whoseTmuxHookscarries the write - C++ no equivalent on
Server - Swift
Server.unsetHook(_:in:)
0 declared, 0 inherited