From 9b767aed5625327b27a64235c1c3ae6d64d65ccf Mon Sep 17 00:00:00 2001 From: michener Date: Tue, 21 Sep 2010 19:07:24 +0000 Subject: [PATCH] Fix tmux.conf git-svn-id: http://photonzero.com/dotfiles/trunk@64 23f722f6-122a-0410-8cef-c75bd312dd78 --- .tmux.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 551463b..90900fe 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,10 +1,9 @@ - set -g prefix C-a unbind C-b bind-key C-a last-window bind-key a send-prefix -bind-key j down-pane -bind-key k up-pane +bind-key j select-pane -t:- +bind-key k select-pane -t:+ bind-key C-n next-window bind-key C-p previous-window set -g set-titles off