使ってみた
MacOSXにインストール
ソースをダウンロード
$ wget 'http://downloads.sourceforge.net/sourceforge/tmux/tmux-0.9.tar.gz?use_mirror=jaist'
ビルドする
$ tar xvfz tmux-0.9.tar.gz $ cd tmux-0.9 $ ./configure $ make $ sudo make install
~/.tmux.conf作成
set-window-option -g utf8 on set-window-option -g mode-keys vi set-window-option -g automatic-rename off