LoginSignup
13
13

More than 5 years have passed since last update.

体で覚えたいtmuxコマンド

Posted at

セッション関連

操作 コマンド
セッション作成 tmux
デタッチ(セッションを残したまま終了) ctrl-b + d
セッション終了(セッション破棄) exit
セッションのリスト表示 tmux ls
アタッチ(セッション再開) tmux a -t [セッション名]
セッション削除 tmux kill-session -t [セッション名]
セッション全削除 tmux kill-server

ウィンドウ関連

操作 コマンド
ウィンドウ作成 ctrl-b + c
ウィンドウ終了 exit
ウィンドウ切り替え(次) ctrl-b + n
ウィンドウ切り替え(前) ctrl-b + p
ウィンドウ切り替え(指定) ctrl-b [ウィンドウ番号]
ウィンドウ切り替え(一覧) ctrl-b w

ペイン関連

操作 コマンド
ペイン分割(縦) ctrl-b %
ペイン分割(横) ctrl-b "
ペイン終了 exit
ペイン切り替え ctrl-b + o
ペイン番号表示 ctrl-b + q
ペイン切り替え(指定) ctrl-b + q + [ペイン番号]

centosへのインストール

yum install http://dl.fedoraproject.org/pub/epel/6/x86_64/tmux-1.6-3.el6.x86_64.rpm
13
13
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
13
13