Table of Contents

tmux

Table of ContentsClose

1. After (Ctrl+a)

key description
d detach session
t big clock
? list shortcut
: prompt
w list windows
s list sessions
$ rename session
, rename window
x kill pane/window
| v split
- h split
[0-9] switch to window
! break pane, switch it to a new window

2. Other ticks

tmux attach -d # Detach already attached session (moving devices w diff resolutions)
tmux attach -t <session_select> # Attach tmux to session
tmux new -s <session_name> # start tmux session with name
tmux ls # display sessions
  • prefix key + fn12 : switches tmux control to ssh session

Created: 2024-07-16 Tue 16:44

Validate