Session Shortcuts Flashcards

1
Q

List other sessions on the host.

A

^b s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

While disconnected, list sessions on the host.

A

tmux ls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

While disconnected, attach to an existing session.

A

tmux a -t

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Detach from the current session.

A

^b d

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

While disconnected, create a new session.

A

tmux -u

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

While disconnected, create a new named session.

A

tmux new-session -u -s my_name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Create a new named session w/o connecting.

A

tmux new-session -u -s my_name -d

How well did you know this?
1
Not at all
2
3
4
5
Perfectly