tmux

type: fragment

Cluster: tech

resources:

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