diff options
author | Stuart Henderson <sthen@openbsd.org> | 2009-07-24 14:50:24 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@openbsd.org> | 2009-07-24 14:50:24 +0000 |
commit | ce4eb6559e1aabb67e08a367a7c5e049e800c7ed (patch) | |
tree | 39851e975032fd9fc391a82f3562e82934b0aca5 | |
parent | 4a04b498dbc460d69a0c98fd054cfaf2708e0996 (diff) | |
download | rtmux-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.1 | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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. |