tmuxでscreen風キーバインドを使う


http://tmux.svn.sourceforge.net/viewvc/tmux/trunk/examples/screen-keys.conf にscreen風キーバインドの設定ファイルがあるのでそれをそのまま使うだけ.

$ mkdir ~/.tmux
$ curl http://tmux.svn.sourceforge.net/viewvc/tmux/trunk/examples/screen-keys.conf -o ~/.tmux/screen-keys.conf
$ echo "source-file $HOME/.tmux/screen-keys.conf" >> ~/.tmux.conf

デフォルトだとprefixがC-aになってて使えないので変える.なぜC-aがデフォルトなんだろう…

.tmux.conf
set -g prefix C-o