1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00
Files
til/tmux/list-sessions.md
2016-01-25 20:18:06 -06:00

257 B

List Sessions

Not sure if tmux is running or, if it is, which sessions are available? You can list all the currently running sessions right from the command-line.

$ tmux ls

This command is shorthand for:

$ tmux list-sessions