summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-07-31 11:39:13 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-07-31 11:39:13 +0000
commit5be8175b0b9a08a8f45537bb5ea572063859fe21 (patch)
tree8f3b1f7e552ddd706d929d704381c1952cfa799b /examples
parent5576fe42b24a3ff5a033f19f12efe5dd237484a5 (diff)
No more up-pane/down-pane.
Diffstat (limited to 'examples')
-rw-r--r--examples/screen-keys.conf6
1 files 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 '"'