General Flashcards

1
Q

List tmux Sessions

A

tmux ls

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

tmux: Attach to a (singular instance) session

A

tmux attach -t

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

tmux: Start a new named session

A

tmux new -s NAME_VAR

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

tmux: Detach from a session

A

Prefix d

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

tmux: Start another session but stay detached

A

tmux new -s NAME_VAR -d

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

attach to a specific session

A

tmux attach -t NAME _VAR

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

tmux: Kill a session

A

Either ‘exit’ from within
Or
tmux kill-session -t NAME_VAR

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

tmux: Rename a window

A

Prefix , (prefix -comma) NAME _VAR

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

tmux: Display a list of windows

A

Prefix w

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

Find a window

A

Prefix f STRING_INPUT Enter

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

Close the current window

A

exit
Or
Prefix &

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

Split window/panes vertically

A

Prefix %

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

Split window/pane horizontally

A

Prefix “

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

Close current pane

A

exit
Or
Prefix X

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

tmux toggle between windows

A

prefix n

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

tmux swap between multiple windows

A

prefix (0-9)

17
Q

tmux: find a named window

A

prefix f
Then type the name and hit enter.

18
Q

tmux: close a window

A

prefix &

19
Q

tmux kill a pane

A

Type exit
or
prefix X

20
Q

tmux: command mode

A

prefix :