Skip to content

Instantly share code, notes, and snippets.

tmux shortcuts & cheatsheet

Basic call from terminal:

tmux                           start new
tmux new -s myname             start new with session name:
tmux a  #                      attach (or at, or attach)
tmux a -t myname               attach to named
tmux ls                        list sessions

tmux kill-session -t myname kill session