fr-itaya / training

0 stars 0 forks source link

Linux - tmux - tmuxでのウィンドウ・ペイン操作 #6

Closed fr-sato closed 10 years ago

fr-sato commented 10 years ago

■目的

tmuxを起動し、ウインドウやペインの操作方法について学びます。

■課題

以下それぞれの操作を実行して下さい。調べたコマンドやキーはIssueに記述して下さい。

fr-itaya commented 10 years ago

本課題は15:35開始、作業時間は1時間といたします。 よろしくお願いいたします。

fr-itaya commented 10 years ago

tmuxのウィンドウ、ペインの操作と対応するコマンドは以下の通りです。


ウィンドウ
操作 コマンド
ウィンドウのリネーム ctrl -b ,
新しいウィンドウの作成 ctrl -b c
ウィンドウの移動:次 ctrl -b n
ウィンドウの移動:前 ctrl -b p
ウィンドウの移動:指定の数字 ctrl -b [num]
ウィンドウの入れ替え :swap-window -t [num]
ウィンドウを終了 ctrl -b & または$ exit
ペイン
操作 コマンド
横分割 ctrl -b sまたはctrl -b "
縦分割 ctrl -b %
ペイン間の移動 ctrl -b [矢印キー上下左右]
ペインのレイアウト変更 ctrl -b Space
ペインのサイズ変更 ctrl -b Alt [矢印キー上下左右]
ペインを終了 ctrl -b x
fr-sato commented 10 years ago

確認しました、OKです、お疲れ様でした。