Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 811 Bytes

tmux.md

File metadata and controls

35 lines (27 loc) · 811 Bytes

How to use tmux

Install

sudo apt install tmux

How to use

  • 端末を開いてtmuxコマンドを実行
  • プレフィックスキーを押して一度離してから各キーを押して操作
  • デフォルトのプレフィックスキーは「Ctrl+b」

Keybinds

  • Ctrl+b -> ?: キーバインド一覧を表示
  • Ctrl+b -> ": 上下に分割
  • Ctrl+b -> %: 左右に分割
  • Ctrl+b -> 矢印キー: ペイン移動

~/.tmux.conf

vim ~/.tmux.conf

マウスクリックでペイン切り替え

set-option -g mouse on

参考

YKpages Home Page