Skip to content

Instantly share code, notes, and snippets.

View evertonfragoso's full-sized avatar

Everton Fragoso evertonfragoso

View GitHub Profile
@evertonfragoso
evertonfragoso / tmux.md
Last active April 3, 2025 16:19
tmux Ctrl+B Cheat Sheet

CTRL+B followed by any of these

Session Commands

S   List sessions.
$   Rename current session.
D   Detach current session.
?   Display Help page in tmux.
  • Note: to reattach to a detached session, run tmux attach -t session_name