tmux Flashcards
1
Q
tmux
A
modern multiplexer
2
Q
tmux new
A
creates first window
3
Q
to reattach
A
type ls, and then based off the window numbers displayed, you would use the command: tmux attach-session -t windownumber
4
Q
Ctrl+B &
A
kill current window
5
Q
Ctrl+B %
A
split current screen window vertically into two panes
6
Q
Ctrl+B “
A
split current screen window horizontally into two panes
7
Q
Ctrl+B D
A
detach from current window
8
Q
Ctrl+B L
A
move to previous window
9
Q
Ctrl+B N
A
move to next window
10
Q
Ctrl+B O
A
move to next panel
11
Q
Ctrl+O
A
rotates panes forward in current window