- 追加された行はこの色です。
- 削除された行はこの色です。
- UNIX/tmux/概要 へ行く。
- UNIX/tmux/概要 の差分を削除
* tmux [#z6db4cd7] ** 現在の設定を表示 [#p2ecee0a] show-options -g show-options -w ** .tmux.confを再読み込み [#j4bab105] unbind r bind r source-file ~/.tmux.conf \; display-message "Reload ~/.tmux.conf" bind C-r source-file ~/.tmux.conf \; display-message "Reloade ~/.tmux.conf" 上のようにsource-fileをbindしておくと便利。 ** ステータスライン設定 [#lfa3d594] http://qiita.com/nojima/items/9bc576c922da3604a72b ** 参考 [#l002ff8f] - http://d.hatena.ne.jp/kakurasan/20100316/p1 ** 公式 [#t095606e] https://tmux.github.io/