Files
tldr/pages.ja/common/tmux.md
K.B.Dharun Krishna 8538a31451 pages/*: add standard translation and links (#11331)
* pages/*: add standard translation and links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix1: false positives; standardize Bengali, Hindi, Nepali periods

* fix: periods in recently added Bengali pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix: false positives in modified files

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: update to native period in Bengali l10n

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-06 14:02:31 +05:30

878 B
Raw Blame History

tmux

端末のマルチプレクサ。ウィンドウやペインなどによる複数セッションを可能にします。 zellijscreen も参照してください。 詳しくはこちら: https://github.com/tmux/tmux

  • 新規セッションの開始:

tmux

  • 新しい名前付きセッションを開始する:

tmux new -s {{セッション名}}

  • 既存のセッションを一覧表示:

tmux ls

  • 直近に使用したセッションにアタッチ:

tmux attach

  • 現在のセッションからの切り離しtmuxセッション内:

Ctrl-B d

  • 新しいウィンドウを作成するtmuxセッション内:

Ctrl-B c

  • セッションとウィンドウの切り替えtmuxセッション内:

Ctrl-B w

  • 名前を指定してセッションを終了させる:

tmux kill-session -t {{セッション名}}