LoginSignup
0
0

More than 1 year has passed since last update.

tmuxのInstall・How to Use

Last updated at Posted at 2022-05-30

Install

image.png

How to Use

基本コマンド

と言いつつ、ここの記事を見るのが一番良い

Session定義・開始

$ tmux new -s ${Setssion Name}

Session確認

$ tmux ls

Sessionにアタッチ

tmux attach -t ${Setssion Name}

コマンドモード

コマンドモード起動

$ Control + b

Sessionから抜ける

$ 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