summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-03-12 13:31:09 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-03-12 13:31:09 +0000
commit4e05a2c0ae0017f8b1b501eb9cec0ea8d4ec2ca4 (patch)
treef2fb4c4c0a8bd3b0da3e9c278d4b020ebc71ea6a /tmux.1
parent575bfa4b4b6d6f702abf4a6abf6cf1c82bf10b53 (diff)
Add -P/-F flags to break-pane too, from George Nachman.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.110
1 files changed, 9 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index a7950d26..e5ea872f 100644
--- a/tmux.1
+++ b/tmux.1
@@ -996,7 +996,8 @@ from which the layout was originally defined.
Commands related to windows and panes are as follows:
.Bl -tag -width Ds
.It Xo Ic break-pane
-.Op Fl d
+.Op Fl dP
+.Op Fl F Ar format
.Op Fl t Ar target-pane
.Xc
.D1 (alias: Ic breakp )
@@ -1006,6 +1007,13 @@ 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.
+The
+.Fl P
+option prints information about the new window after it has been created.
+By default, it uses the format
+.Ql #{session_name}:#{window_index}
+but a different format may be specified with
+.Fl F .
.It Xo Ic capture-pane
.Op Fl b Ar buffer-index
.Op Fl E Ar end-line