LoginSignup
2
2

More than 5 years have passed since last update.

tmux自分用メモ

Last updated at Posted at 2014-04-24

*概要
・SSHでバックグラウンドで処理を実行したり画面分割できる。

*名称
・ウインドウ=画面、セッション
・ペイン=画面分割の単位

*コマンド

操作 キー
起動 tmux
アタッチ tmux attach (tmux a)
起動中のセッションを表示 tmux ls
セッションを指定して削除 tmux kill-session -t 0
全てのセッションを削除 tmux kill-server

*ショートカット

操作 キー
ウインドウ閉じる (exitする)
ペイン切替 C-b o
ペイン入替 C-b {
ペイン閉じる C-b x
終了(デタッチ) C-b d
ウインドウ強制終了 C-b &
2
2
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
2
2