0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

tmux

0
Posted at

・デタッチしたセッションの一覧を表示
tmux ls

・指定したセッションに再接続
tmux attach -t [番号]

・新しいセッションを作成
tmux new-session

・セッションの削除
tmux kill-session -t [番号]

・ウィンドウ切り替え
[ctrl + b] [ウィンドウ番号]

・カレントウィンドウの削除
[ctrl + b] [&]

・ウィンドウを上下に分割
[ctrl + b] ["]

・ウィンドウを左右に分割
[ctrl + b] [%]

・分割したウィンドウに移動する
[ctrl + b] [矢印キー]

・分割したウィンドウを閉じる
カーソルを移動して「exit」と入力する

・作業状態を保存して終了(デタッチ)
[ctrl + b] [d]

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?