diff options
-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: |