summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2010-02-07 20:33:27 +0000
committernicm <nicm@openbsd.org>2010-02-07 20:33:27 +0000
commitee0b03f82654fd0387c3cc79afde177d283b9cba (patch)
tree18a4ef2da88d2fde6a1fb7d32db679953f19f858
parentChange tipout to use poll(2) instead of the ghastly setup with signals/longjmp. (diff)
downloadwireguard-openbsd-ee0b03f82654fd0387c3cc79afde177d283b9cba.tar.xz
wireguard-openbsd-ee0b03f82654fd0387c3cc79afde177d283b9cba.zip
next-layout is bound to Space not C-Space.
-rw-r--r--usr.bin/tmux/tmux.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 33885c47247..f5275948efa 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.148 2010/02/06 22:55:31 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.149 2010/02/07 20:33:27 nicm 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: February 6 2010 $
+.Dd $Mdocdate: February 7 2010 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -667,7 +667,7 @@ These may be selected with the
command or cycled with
.Ic next-layout
(bound to
-.Ql C-space
+.Ql Space
by default); once a layout is chosen, panes within it may be moved and resized
as normal.
.Pp