From de1d234ffc29622ca0883bd9597b95de0f21ca2d Mon Sep 17 00:00:00 2001 From: michener Date: Tue, 16 Mar 2010 05:53:02 +0000 Subject: [PATCH] Add a tmux conf git-svn-id: http://photonzero.com/dotfiles/trunk@42 23f722f6-122a-0410-8cef-c75bd312dd78 --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..a9b6e57 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,5 @@ +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