type: s/yt

related: tmux

https://youtu.be/nTqu6w2wc68?si=huf2vQBBzwfJeWL5

tmux: new session
tmux new -s preferredname: new session with name
crl b d: detach

tmux ls: List sessions

tmux a: attach
tmux a -t 0: attach target 0

tmux kill-session -t preferredname: kill specific session

crl b %(shift 5): split pane horizontly

crl b ”: split pane vertically

crl b arrowkey: move to pane
crl b q:
crl b q 2: move to that pane

(Hold)crl b arrow: resize
(Hold)crl b alt 1: pane template 1

Crl b c: create window
Crl b n: move to next window
Crl b ,: rename

Crl b w: look at every pane and window

Crl b x: kill pane
Crl b &: del all panes
tmux kill-server
Crl b [ movewitharrow space movewitharrow enter:
Crl b ]

created on: Sat Nov 29 2025