tmux

About

OSSのターミナルマルチプレクサ。

Documentation

Configuration

デフォルトの設定ファイルパスは ~/.tmux.conf

# ログバッファの上限を上げる。デフォルト 2000
set-option -g history-limit 10000

# 256色対応
set-option -g default-terminal screen-256color

参考:

CLI

参考:

tmux コマンド

# セッションのリネーム
tmux rename -t 0 hoge

# 256色表示
tmux -2

仮想端末操作

コマンド説明
<prefix>!ペイン分割解除