From 73e375f9eba4bdfb2ed58036a7a432daba31c276 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 21 Apr 2009 16:34:31 +0000 Subject: [PATCH] Document break-pane. --- TODO | 1 - tmux.1 | 12 +++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 8f3bd368..0c38e857 100644 --- a/TODO +++ b/TODO @@ -101,5 +101,4 @@ (hopefully) for 0.8, in no particular order: - document new layout stuff: section on layouts etc; document next-layout - document swap-pane and rotate-window -- document break-pane - document set-remain-on-exit diff --git a/tmux.1 b/tmux.1 index 90bc750f..58fb6363 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.86 2009-04-21 16:30:53 nicm Exp $ +.\" $Id: tmux.1,v 1.87 2009-04-21 16:34:31 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -403,6 +403,16 @@ The flag indicates this key may repeat, see the .Ic repeat-time option. +.It Xo Ic break-pane +.Op Fl d +.Op Fl p Ar pane-index +.Op Fl t Ar target-window +.Xc +Break the current pane off from its containing window to make it the only pane +in a new window. +If +.Fl d +is given, the new window does not become the current window. .It Xo Ic choose-session .Op Fl t Ar target-window .Xc