diff options
author | 2009-06-03 09:29:06 +0000 | |
---|---|---|
committer | 2009-06-03 09:29:06 +0000 | |
commit | e254011b49cffa08c3bbf86dac7d2a40db40e330 (patch) | |
tree | 8a3fea938bd4966f60b74b9cfeb042178d6cba80 | |
parent | When swapping pane positions, swap the PANE_HIDDEN flag as well, otherwise tmux (diff) | |
download | wireguard-openbsd-e254011b49cffa08c3bbf86dac7d2a40db40e330.tar.xz wireguard-openbsd-e254011b49cffa08c3bbf86dac7d2a40db40e330.zip |
undo a mistake found by sobrado;
-rw-r--r-- | usr.bin/tmux/tmux.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 3f220510f8b..52b14f45880 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.6 2009/06/03 06:49:05 jmc Exp $ +.\" $OpenBSD: tmux.1,v 1.7 2009/06/03 09:29:06 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -158,10 +158,13 @@ ambiguous command: n, could be: new-session, new-window, next-window .Ed .Pp Within an active session, a new window may be created by typing -.Ql C-b -(Ctrl, known as the prefix key, +.Ql C-b c +(Ctrl followed by the .Ql b +key +followed by the +.Ql c key). .Pp Windows may be navigated with: |