From 92e2e1771da990b4ba174565819693ed01d514d0 Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Tue, 18 Oct 2011 14:52:59 -0700 Subject: [PATCH] .tmux.conf: fix mixup Signed-off-by: Colin McCabe --- .tmux.conf | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 6e8e26a..7b57975 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -17,10 +17,10 @@ set -g default-terminal "screen-256color" set -g visual-bell off -bind-key -n F5 next +bind-key -n F5 prev bind-key -n F6 select-pane -t :.+ bind-key -n F7 select-pane -t :.- -bind-key -n F8 prev +bind-key -n F8 next set-option -g status-utf8 on set-option -g status-bg blue -- 1.6.6.rc1.39.g9a42