mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Document break-pane.
This commit is contained in:
parent
054edf7af9
commit
73e375f9eb
1
TODO
1
TODO
@ -101,5 +101,4 @@
|
|||||||
(hopefully) for 0.8, in no particular order:
|
(hopefully) for 0.8, in no particular order:
|
||||||
- document new layout stuff: section on layouts etc; document next-layout
|
- document new layout stuff: section on layouts etc; document next-layout
|
||||||
- document swap-pane and rotate-window
|
- document swap-pane and rotate-window
|
||||||
- document break-pane
|
|
||||||
- document set-remain-on-exit
|
- document set-remain-on-exit
|
||||||
|
12
tmux.1
12
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 <nicm@users.sourceforge.net>
|
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
.\"
|
.\"
|
||||||
@ -403,6 +403,16 @@ The
|
|||||||
flag indicates this key may repeat, see the
|
flag indicates this key may repeat, see the
|
||||||
.Ic repeat-time
|
.Ic repeat-time
|
||||||
option.
|
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
|
.It Xo Ic choose-session
|
||||||
.Op Fl t Ar target-window
|
.Op Fl t Ar target-window
|
||||||
.Xc
|
.Xc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user