aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Henderson <sthen@openbsd.org>2009-07-24 14:50:24 +0000
committerStuart Henderson <sthen@openbsd.org>2009-07-24 14:50:24 +0000
commitce4eb6559e1aabb67e08a367a7c5e049e800c7ed (patch)
tree39851e975032fd9fc391a82f3562e82934b0aca5
parent4a04b498dbc460d69a0c98fd054cfaf2708e0996 (diff)
downloadrtmux-ce4eb6559e1aabb67e08a367a7c5e049e800c7ed.tar.gz
rtmux-ce4eb6559e1aabb67e08a367a7c5e049e800c7ed.tar.bz2
rtmux-ce4eb6559e1aabb67e08a367a7c5e049e800c7ed.zip
up-pane and down-pane no longer auto-repeat; update the description of
repeat-time accordingly. ok nicm@ if you prefer old behaviour; bind -r Up up-pane bind -r Down down-pane
-rw-r--r--tmux.14
1 files changed, 1 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index 8146b6a1..1d70e88f 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1225,9 +1225,7 @@ Whether a key repeats may be set when it is bound using the
flag to
.Ic bind-key .
Repeat is enabled for the default keys of the
-.Ic up-pane ,
-.Ic down-pane ,
-.Ic resize-pane-up ,
+.Ic resize-pane-up
and
.Ic resize-pane-down
commands.