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

tmuxp.plugin.TmuxpPlugin.after_window_finished

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

API reference · Markdown

tmuxp.plugin.TmuxpPlugin.after_window_finished ( self , window : Window ) → None
method [source]
method [source]
tmuxp.plugin.TmuxpPlugin.after_window_finished

Provide a window hook after creating the window.

This runs after everything has been created in the window, including the panes and all of the commands for the panes. It also runs after the options_after has been applied to the window.

Parameters
  • window ( Window ) – window to hook into

Discussed in Workspace hooks and builders

Esc

Type to search.