Skip to content

Instantly share code, notes, and snippets.

View uralov's full-sized avatar

Alexander Uralov uralov

  • Rostov-on-Don, Russia
View GitHub Profile

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

On the server with tmux

Create a new tmux session:

tmux new-session -s my-session # launch `top`, `htop`, or anything that will regularly updates, then detach

Stream your session: