Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 534 Bytes

File metadata and controls

37 lines (25 loc) · 534 Bytes

(cli-stop)=

(cli-stop-reference)=

tmuxp stop

Stop (kill) a running tmux session. If on_project_stop is defined in the workspace config, that hook runs before the session is killed.

Command

.. argparse::
    :module: tmuxp.cli
    :func: create_parser
    :prog: tmuxp
    :path: stop

Basic usage

Stop a session by name:

$ tmuxp stop mysession

Stop the currently attached session:

$ tmuxp stop

Use a custom socket:

$ tmuxp stop -L mysocket mysession