Skip to content

Instantly share code, notes, and snippets.

@Almenon
Forked from MohamedAlaa/tmux-cheatsheet.markdown
Last active August 6, 2025 17:11
Show Gist options
  • Save Almenon/de6986b2f3b55ab539d861822ce71fc1 to your computer and use it in GitHub Desktop.
Save Almenon/de6986b2f3b55ab539d861822ce71fc1 to your computer and use it in GitHub Desktop.
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

attach to most recent:

tmux attach

detach:

shortcut: control-b-d

list sessions:

tmux ls

kill current session:

exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment