Tmux Notes

Cheatsheet

Command Result
d detach
tmux new -s <name> Create a named session
tmux attach -t <name> Reattach a named session
tmux list-sessions List detached sessions
d Detach session
c Create new window
[0-9] Switch to nth window
, Rename current window
" Split horizontally
% Split vertically
[UDLR] Switch panes
[{}] Swap panes in specified direction
[ Enter copy mode
] Paste buffer