Skip to content

Instantly share code, notes, and snippets.

View krt's full-sized avatar

Masato Yamaguchi krt

  • Tokyo, JPN
View GitHub Profile

tmux cheat sheet

コマンド

新しく開始:

tmux

セッションに名前を付けて開始:

tmux new -s myname

アタッチ:

tmux a # (or at, or attach)

再アタッチ:

tumx a -d