tmux

現在の設定を表示

 show-options -g
 show-options -w

.tmux.confを再読み込み

 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しておくと便利。

ステータスライン設定

http://qiita.com/nojima/items/9bc576c922da3604a72b

参考


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS