session.Session.unset_hook
- Module
- session
- Declared in
- Session
- Package
- libtmux
- Source
- crates/libtmux/src/session/settings.rs
- Other languages
- Python Ruby LuaTypeScriptGo Java .NET C++ Swift
-
Remove one hook.
Errors
Returns an error when tmux rejects the hook name.
Returns
crate::Error::OptionScopeMismatchwhen tmux keeps the option in another of its tables.In other ports Unbind a session hook
- Python
libtmux.Session.unset_hook - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Session:unset_hook - TypeScript
session.Session.unsetHook - Go
tmux.Session.UnsetHook - Java reached through
Session.hooks, whoseHookscarries the write - .NET reached through
Session.Hooks, whoseTmuxHookscarries the write - C++ no equivalent on
Session - Swift
Server.unsetHook(_:in:)
- Python
0 declared, 0 inherited