Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

libtmux.hooks.HooksMixin.unset_hook

Python
  • Python
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
libtmux.hooks
Declared in
HooksMixin
Package
libtmux
Source
src/libtmux/hooks.py
unset_hook ( self , hook : str , global_ : bool | None = None , scope : OptionScope | _DefaultOptionScope | None = DEFAULT_OPTION_SCOPE ) → Self
method [source]
method [source]
unset_hook

Unset 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

Esc

Type to search.