user.apps.tmux.tmux.py

Modules

Actions

user.tmux_enter_command(command: str = <class 'str'>)

Enter tmux command mode and optionally insert a command without executing it.

user.tmux_execute_command(command: str)

execute tmux command

user.tmux_execute_command_with_confirmation(command: str, confirmation_prompt: str)

execute tmux command with confirm-before

user.tmux_keybind(key: str)

press tmux prefix followed by a key bind

user.tmux_prefix()

press control and the configured tmux prefix key

Settings

user.tmux_prefix_key: str = 'b'

The key used to prefix all tmux commands