dotfiles/.tmux.conf
michener f62f0b9195 First pass at making tmux the default
git-svn-id: http://photonzero.com/dotfiles/trunk@47 23f722f6-122a-0410-8cef-c75bd312dd78
2010-03-22 20:21:27 +00:00

7 lines
166 B
Bash

set -g prefix C-a
bind-key C-a last-window
bind-key C-n next-window
bind-key C-p previous-window
set -g set-titles off
set -g default-terminal screen-256color
new -d