1
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 5 years have passed since last update.

tmuxで新規セッションを立ち上げる

1
Last updated at Posted at 2018-06-23

最近tmuxを使い始めました。
複数に散らばっていたターミナルが一つの画面に収まるようになり、散らかり放題だった画面がスッキリしました。

任意の名前のセッションを立ち上げる

初歩の初歩ですが、任意の名前のセッションを立ち上げるコマンドをメモ。

tmux new -s <任意の名前>
もしくは
tmux new-session -s <任意の名前>

ちなみに、-sオプションを-tオプションに変えて、

tmux new -t <任意の名前>

のように書くと、名前の後ろにセッション番号が付いてしまいます。。。

1
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
1
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?