Skip to content

Instantly share code, notes, and snippets.

View elfosardo's full-sized avatar
🏃‍♂️
ruuuun

Riccardo Pittau elfosardo

🏃‍♂️
ruuuun
View GitHub Profile
@Starefossen
Starefossen / tmux-cheats.md
Last active April 23, 2024 11:47
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