diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-01-16 22:52:31 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-01-16 22:52:31 +0000 |
commit | 5fefd9d11f9ec530af733e609c3dee6ca184e2f4 (patch) | |
tree | 973fd18eca9f9ba6b25c6a4f44cc493cdd020906 /tmux.1 | |
parent | 8b0a7c056dddcd7b3a144d177d235a0de8c1a523 (diff) | |
download | rtmux-5fefd9d11f9ec530af733e609c3dee6ca184e2f4.tar.gz rtmux-5fefd9d11f9ec530af733e609c3dee6ca184e2f4.tar.bz2 rtmux-5fefd9d11f9ec530af733e609c3dee6ca184e2f4.zip |
Document repeat-time.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.64 2009-01-16 20:18:10 nicm Exp $ +.\" $Id: tmux.1,v 1.65 2009-01-16 22:52:31 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -363,14 +363,14 @@ for alt (meta) keys. .It Xo Ic choose-session .Op Fl t Ar target-window .Xc -Put a window into into session choice mode, where the session for the current +Put a window into session choice mode, where the session for the current client may be selected interactively from a list. This command works only from inside .Nm . .It Xo Ic choose-window .Op Fl t Ar target-window .Xc -Put a window into into window choice mode, where the window for the session +Put a window into window choice mode, where the window for the session attached to the current client may be selected interactively from a list. This command works only from inside .Nm . @@ -778,6 +778,18 @@ or Set status line message foreground colour. .It Ic prefix Ar key Set the current prefix key. +.It Ic repeat-time Ar number +Allow multiple commands to be entered without pressing the prefix-key again +in the specified +.Ar number +miliseconds (the default is 500). It only applies to +.Ic up-pane , +.Ic down-pane , +.Ic next-window , +.Ic previous-window , +.Ic resize-pane-up , +and +.Ic resize-pane-down . .It Xo Ic set-titles .Op Ic on | Ic off .Xc |