aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2015-06-17 19:56:08 +0000
committernicm <nicm>2015-06-17 19:56:08 +0000
commit85120b37eaa33f572f8f4c12a050c431a6efba3e (patch)
tree6ae09bbc3e5f92cf462b9833f362c9c3c55267f3 /tmux.1
parent84f0622c852761a2d6688e944bc01a03af78c52a (diff)
downloadrtmux-85120b37eaa33f572f8f4c12a050c431a6efba3e.tar.gz
rtmux-85120b37eaa33f572f8f4c12a050c431a6efba3e.tar.bz2
rtmux-85120b37eaa33f572f8f4c12a050c431a6efba3e.zip
Change break-pane to take target and source panes (-t and -s) in line
with other commands, from Thomas Adam.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.18
1 files changed, 5 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index fb014898..033330b7 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1233,12 +1233,14 @@ Commands related to windows and panes are as follows:
.It Xo Ic break-pane
.Op Fl dP
.Op Fl F Ar format
-.Op Fl t Ar target-pane
+.Op Fl s Ar src-pane
+.Op Fl t Ar dst-pane
.Xc
.D1 (alias: Ic breakp )
Break
-.Ar target-pane
-off from its containing window to make it the only pane in a new window.
+.Ar src-pane
+off from its containing window to make it the only pane in
+.Ar dst-window .
If
.Fl d
is given, the new window does not become the current window.