From ce4eb6559e1aabb67e08a367a7c5e049e800c7ed Mon Sep 17 00:00:00 2001 From: Stuart Henderson Date: Fri, 24 Jul 2009 14:50:24 +0000 Subject: [PATCH] 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 --- tmux.1 | 4 +--- 1 file changed, 1 insertion(+), 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.