Skip to content

Instantly share code, notes, and snippets.

View smj007's full-sized avatar
:electron:
Checkmate

Sai Mitheran smj007

:electron:
Checkmate
  • AirLab, Latent AI, AI Monk Labs, The Learning Machines, Ignitus
  • Pittsburgh, PA
  • 01:54 (UTC -04:00)
View GitHub Profile

Screen Quick Reference

Basic

Description Command
Start a new session with session name screen -S <session_name>
List running sessions / screens screen -ls
Attach to a running session screen -x
Attach to a running session with name screen -r
@smj007
smj007 / tmux-cheatsheet.markdown
Created September 19, 2021 12:41 — forked from Syzygianinfern0/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname