libtmux.Pane.set_hook
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux
- Source
- src/libtmux/hooks.py
- Other languages
- Ruby LuaTypeScriptRustGo Java .NET C++ Swift
-
Inherited from
libtmux.hooks.HooksMixinSet hook for tmux target.
Wraps
$ tmux set-hook <hook> <value>.- Parameters
- Raises
Discussed in Options and hooks
In other ports Bind a command to a pane hook
- Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Pane:set_hook - TypeScript
pane.Pane.setHook - Rust
pane.Pane.set_hook - Go
tmux.Pane.SetHook - Java reached through
Pane.hooks, whoseHookscarries the write - .NET reached through
Pane.Hooks, whoseTmuxHookscarries the write - C++ no equivalent on
Pane - Swift
Server.setHook(_:to:at:in:)
0 declared, 0 inherited