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

config.ShellCommand.sleep_before

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

API reference · Markdown

config.ShellCommand.sleep_before : Option<Duration>
attribute [source]
attribute [source]
config.ShellCommand.sleep_before

How long to wait before typing it. None keeps whatever is in force.

The wait is a libtmux::plan::Pause, so it happens in tmux and holds the steps after it. tmux keeps typed input until the pane reads it, so a sleep that only waited for a shell to start is not needed.

Esc

Type to search.