On this page
libtmux.Session.unset_hook
- Module
- libtmux
- Declared in
- Session
- Package
- libtmux
- Source
- src/libtmux/hooks.py
- 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
0 declared, 0 inherited