From 5be8175b0b9a08a8f45537bb5ea572063859fe21 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 31 Jul 2010 11:39:13 +0000 Subject: [PATCH] No more up-pane/down-pane. --- examples/screen-keys.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/screen-keys.conf b/examples/screen-keys.conf index 0d5308c9..646aab14 100644 --- a/examples/screen-keys.conf +++ b/examples/screen-keys.conf @@ -1,4 +1,4 @@ -# $Id: screen-keys.conf,v 1.6 2010-02-02 21:34:16 nicm Exp $ +# $Id: screen-keys.conf,v 1.7 2010-07-31 11:39:13 nicm Exp $ # # By Nicholas Marriott. Public domain. # @@ -93,9 +93,9 @@ bind | split-window # :kB: focus up unbind Tab -bind Tab down-pane +bind Tab select-pane -t:.+ unbind BTab -bind BTab up-pane +bind BTab select-pane -t:.- # " windowlist -b unbind '"'