Skip to content

Instantly share code, notes, and snippets.

View Cretezy's full-sized avatar

Cretezy

View GitHub Profile
@Cretezy
Cretezy / Tmux cheatsheet.md
Last active July 26, 2016 17:56
All you need to know for tmux

Charles' simple tmux guide

tmux is a better and more modern screen alternative. When refering to PREFIX, it usually is CTRL + B. This can be edited in the tmux config.

Basic Commands

Create session tmux new -s <name>

Attact to session tmux a -t <name>