Skip to content

Instantly share code, notes, and snippets.

View shrey183's full-sized avatar

Shrey Aryan shrey183

View GitHub Profile
@shrey183
shrey183 / tmux-cheats.md
Last active June 24, 2019 18:20 — forked from Starefossen/tmux-cheats.md
My personal tmux cheat sheet for working with sessions, windows, and panes. `NB` I have remapped the command prefix to `ctrl` + `a`.

Sessions

New Session

  • tmux new [-s name] [cmd] (:new) - new session

Switch Session

  • tmux ls (:ls) - list sessions
  • tmux switch [-t name] (:switch) - switches to an existing session