diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-07-31 11:39:13 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-07-31 11:39:13 +0000 |
commit | 5be8175b0b9a08a8f45537bb5ea572063859fe21 (patch) | |
tree | 8f3b1f7e552ddd706d929d704381c1952cfa799b | |
parent | 5576fe42b24a3ff5a033f19f12efe5dd237484a5 (diff) | |
download | rtmux-5be8175b0b9a08a8f45537bb5ea572063859fe21.tar.gz rtmux-5be8175b0b9a08a8f45537bb5ea572063859fe21.tar.bz2 rtmux-5be8175b0b9a08a8f45537bb5ea572063859fe21.zip |
No more up-pane/down-pane.
-rw-r--r-- | examples/screen-keys.conf | 6 |
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 '"' |