Skip to content

Instantly share code, notes, and snippets.

View zandigohar's full-sized avatar
😎

Mehrdad Zandigohar zandigohar

😎
View GitHub Profile
@zandigohar
zandigohar / tmux-cheatsheet.md
Created January 17, 2021 09:34 — forked from heroheman/tmux-cheatsheet.md
Tmux Simple Cheatsheet

Basic Tmux Cheatsheet

Sessions

In Bash

  • start new session: tmux
  • start new session with name: tmux new -s sessionname
  • show running sessions: tmux ls
  • attach last session: tmux a
  • attach session by name: tmux a -t sessionname