Skip to content

Instantly share code, notes, and snippets.

View odonckers's full-sized avatar

Owen Donckers odonckers

View GitHub Profile
@Starefossen
Starefossen / tmux-cheats.md
Last active March 30, 2026 19:10
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
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active March 30, 2026 05:29
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname