1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-23 12:58:50 +00:00

- Add alias to the break-pane command.

- s/Asks/Ask/ in the confirm-before command for consistency's sake.
This commit is contained in:
Tiago Cunha 2009-04-27 14:40:45 +00:00
parent c80ad456cc
commit e397e3a5f8

5
tmux.1
View File

@ -1,4 +1,4 @@
.\" $Id: tmux.1,v 1.90 2009-04-27 13:21:16 tcunha Exp $ .\" $Id: tmux.1,v 1.91 2009-04-27 14:40:45 tcunha Exp $
.\" .\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\" .\"
@ -458,6 +458,7 @@ option.
.Op Fl p Ar pane-index .Op Fl p Ar pane-index
.Op Fl t Ar target-window .Op Fl t Ar target-window
.Xc .Xc
.D1 (alias: Ic breakp)
Break the current pane off from its containing window to make it the only pane Break the current pane off from its containing window to make it the only pane
in a new window. in a new window.
If If
@ -497,7 +498,7 @@ replaced by what is entered at the prompt.
.Ar command .Ar command
.Xc .Xc
.D1 (alias: Ic confirm) .D1 (alias: Ic confirm)
Asks for confirmation before executing Ask for confirmation before executing
.Ar command . .Ar command .
This command works only from inside This command works only from inside
.Nm . .Nm .