diff options
author | 2009-07-24 14:50:24 +0000 | |
---|---|---|
committer | 2009-07-24 14:50:24 +0000 | |
commit | 14e11ccba14de4883c79a24ff142c9d889a878ae (patch) | |
tree | fac6c1d114216a48a024c898f1fbd1bbf4d3872c | |
parent | timeout_add -> timeout_add_sec (diff) | |
download | wireguard-openbsd-14e11ccba14de4883c79a24ff142c9d889a878ae.tar.xz wireguard-openbsd-14e11ccba14de4883c79a24ff142c9d889a878ae.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-- | 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. |