dotfiles/.tmux.conf
michener de1d234ffc Add a tmux conf
git-svn-id: http://photonzero.com/dotfiles/trunk@42 23f722f6-122a-0410-8cef-c75bd312dd78
2010-03-16 05:53:02 +00:00

5 lines
119 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