diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-07-24 14:50:25 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-07-24 14:50:25 +0000 |
commit | ceecf3cf0e9a301bf6a6aa807d3bcc300cef003c (patch) | |
tree | 519d9dc90dd47f032affba707b558dbf746fc078 /usr.bin/tmux | |
parent | 206186e6ed159ce6cde38b2f1f1232a074b3610d (diff) |
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
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 35e8a8c6bcb..af27f6d9145 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.43 2009/07/22 21:23:29 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.44 2009/07/24 14:50:24 sthen Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 22 2009 $ +.Dd $Mdocdate: July 24 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -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. |